#B60F49
A dark, vivid magenta closely aligning with Brown.
About #B60F49
When working with digital screens, the color #B60F49 is rendered by mixing light. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(182, 15, 73).
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 92% magenta inks. The HSL representation is 339.2° hue, 84.8% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B60F49
RGB182, 15, 73
HSL339.2°, 84.8%, 38.6%
CMYK0%, 92%, 60%, 29%
HSV339.2°, 91.8%, 71.4%
LAB39.2, 62.8, 13.9
XYZ20.7, 10.8, 7.3
Decimal11931465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.66:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.36:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F49;
}
.text-color {
color: #B60F49;
}
.border-color {
border: 2px solid #B60F49;
}