#573A33
A dark, muted red closely aligning with Dimgray.
About #573A33
The hex code #573A33 represents a beautifully specific shade of red. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(87, 58, 51).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 33% magenta, 41% yellow, and 66% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#573A33
RGB87, 58, 51
HSL11.7°, 26.1%, 27.1%
CMYK0%, 33%, 41%, 66%
HSV11.7°, 41.4%, 34.1%
LAB27.5, 11.8, 9.5
XYZ6.0, 5.3, 3.8
Decimal5716531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.20:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.75:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573A33;
}
.text-color {
color: #573A33;
}
.border-color {
border: 2px solid #573A33;
}