#A80733
A dark, vivid magenta closely aligning with Brown.
About #A80733
The precise color #A80733 is an excellent choice for modern design projects. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(168, 7, 51).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 96% magenta inks. This makes it a relatively light 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A80733
RGB168, 7, 51
HSL343.6°, 92.0%, 34.3%
CMYK0%, 96%, 70%, 34%
HSV343.6°, 95.8%, 65.9%
LAB35.4, 59.0, 22.6
XYZ16.8, 8.7, 3.9
Decimal11011891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.66:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.32:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80733;
}
.text-color {
color: #A80733;
}
.border-color {
border: 2px solid #A80733;
}