#661D07
A dark, vivid red closely aligning with Maroon.
About #661D07
Visually, #661D07 is defined as a vivid red. It is closely associated with the named CSS color Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 29, and 7.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 72% magenta, 93% yellow, and 60% black. With a hue angle of 13.9 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#661D07
RGB102, 29, 7
HSL13.9°, 87.2%, 21.4%
CMYK0%, 72%, 93%, 60%
HSV13.9°, 93.1%, 40.0%
LAB22.7, 31.7, 30.5
XYZ6.0, 3.7, 0.6
Decimal6692103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.04:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.51:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661D07;
}
.text-color {
color: #661D07;
}
.border-color {
border: 2px solid #661D07;
}