#835F5F
A medium, muted red closely aligning with Dimgray.
About #835F5F
Visually, #835F5F is defined as a muted red. Designers often compare it to the standard color Dimgray. This translates to an RGB value of rgb(131, 95, 95).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 27% magenta, 27% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#835F5F
RGB131, 95, 95
HSL0.0°, 15.9%, 44.3%
CMYK0%, 27%, 27%, 49%
HSV0.0°, 27.5%, 51.4%
LAB44.0, 14.7, 5.8
XYZ15.5, 13.8, 12.7
Decimal8609631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.33:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #835F5F;
}
.text-color {
color: #835F5F;
}
.border-color {
border: 2px solid #835F5F;
}