#731513
a dark, vivid red · warm · closest name: maroon
RGB
115, 21, 19
HSL
1°, 72%, 26%
CMYK
0, 82, 84, 55
Luminance
0.0423
Every format
| HEX | #731513 |
| RGB | rgb(115, 21, 19) |
| HSL | hsl(1, 72%, 26%) |
| CMYK | cmyk(0%, 82%, 84%, 55%) |
| LAB | lab(24.4 39.8 27.3) |
| LCH | lch(24.4 48.3 34.4) |
| OKLCH | oklch(0.364 0.129 27.3) |
Copy-ready code
/* CSS */
color: #731513;
background-color: #731513;
/* Tailwind (arbitrary) */
class="text-[#731513] bg-[#731513]"
/* SCSS */
$brand: #731513;
/* SwiftUI */
Color(red: 0.451, green: 0.082, blue: 0.075)
/* Android */
Color.parseColor("#731513")Accessibility — WCAG contrast
Aa
#731513 on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#731513 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green8.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow83.5%
Key (black)54.9%
Color previews
#731513 text on a black background
contrast 1.85:1
Card sample
#731513 text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #731513;
Background color
Panel with #731513 background
background-color: #731513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #731513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 21, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 21, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #731513; background: linear-gradient(135deg, #731513, #735513);