#664249
A dark, muted red closely aligning with Dimgray.
About #664249
When working with digital screens, the color #664249 is rendered by mixing light. Designers often compare it to the standard color Dimgray. In the RGB color space, it consists of 102 red, 66 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 35% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#664249
RGB102, 66, 73
HSL348.3°, 21.4%, 32.9%
CMYK0%, 35%, 28%, 60%
HSV348.3°, 35.3%, 40.0%
LAB32.3, 16.7, 2.2
XYZ8.6, 7.2, 7.2
Decimal6701641
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.60:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.22:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #664249;
}
.text-color {
color: #664249;
}
.border-color {
border: 2px solid #664249;
}