#661600
A dark, vivid red closely aligning with Maroon.
About #661600
The precise color #661600 is an excellent choice for modern design projects. It is closely associated with the named CSS color Maroon. In the RGB color space, it consists of 102 red, 22 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 78% magenta, 100% yellow, and 60% black. The HSL representation is 12.9° hue, 100.0% saturation, and 20.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#661600
RGB102, 22, 0
HSL12.9°, 100.0%, 20.0%
CMYK0%, 78%, 100%, 60%
HSV12.9°, 100.0%, 40.0%
LAB21.6, 34.5, 32.2
XYZ5.8, 3.4, 0.4
Decimal6690304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.50:1
Text on #FFFFFF
AAA
1.68:1
Text on #000000
FAIL
11.95:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661600;
}
.text-color {
color: #661600;
}
.border-color {
border: 2px solid #661600;
}