#92073A
A dark, vivid magenta closely aligning with Brown.
About #92073A
At its core, #92073A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. Its digital footprint relies on 146 parts red, 7 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 95% M, 60% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
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#92073A
RGB146, 7, 58
HSL338.0°, 90.8%, 30.0%
CMYK0%, 95%, 60%, 43%
HSV338.0°, 95.2%, 57.3%
LAB30.8, 53.8, 11.0
XYZ12.7, 6.6, 4.6
Decimal9570106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.08:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.67:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92073A;
}
.text-color {
color: #92073A;
}
.border-color {
border: 2px solid #92073A;
}