#83575F
A medium, muted red closely aligning with Dimgray.
About #83575F
Visually, #83575F is defined as a muted red. If you're using CSS, you might find it aligns closely with Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 87, and 95.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 34% magenta, 27% yellow, and 49% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83575F
RGB131, 87, 95
HSL349.1°, 20.2%, 42.7%
CMYK0%, 34%, 27%, 49%
HSV349.1°, 33.6%, 51.4%
LAB42.0, 19.4, 2.8
XYZ14.8, 12.5, 12.5
Decimal8607583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.75:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83575F;
}
.text-color {
color: #83575F;
}
.border-color {
border: 2px solid #83575F;
}