#83665F
A medium, muted red closely aligning with Dimgray.
About #83665F
Visually, #83665F is defined as a muted red. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(131, 102, 95).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 22% M, 27% Y, and 49% K. With a hue angle of 11.7 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83665F
RGB131, 102, 95
HSL11.7°, 15.9%, 44.3%
CMYK0%, 22%, 27%, 49%
HSV11.7°, 27.5%, 51.4%
LAB45.8, 10.5, 8.4
XYZ16.2, 15.2, 12.9
Decimal8611423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #83665F;
}
.text-color {
color: #83665F;
}
.border-color {
border: 2px solid #83665F;
}