Maroon (Red)
#652201
RGB: 101, 34, 1
Color OverviewHEX #652201
#652201 Color Code Information
In the RGB color space, #652201 is composed of 40% red, 13% green, and 0% blue. In the HSL color space, it has a hue of 20°, saturation of 98%, and lightness of 20%.
HEX
#652201
RGB
101, 34, 1
HSL
20°, 98%, 20%
HSV
20°, 99%, 40%
CMYK
0%, 66%, 99%, 60%
Name Match
Maroon
Closest StandardShades of #652201 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #652201 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #652201 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #652201
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #652201 Background
Contrast Ratio against Pure White (#FFFFFF):11.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #652201 Background
Contrast Ratio against Pure Black (#000000):1.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #652201;
}
.element {
color: #652201;
background-color: #652201;
border-color: #652201;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#652201] text-[#652201] border-[#652201]"> Content styled with #652201 </div>