Inescapable Lover
#820e3b
Looking for the precise values behind Inescapable Lover (#820e3b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #820e3b | |
|---|---|---|
| RGB | rgb(130, 14, 59) | |
| HSL | hsl(337, 81%, 28%) | |
| CMYK | cmyk(0%, 89%, 55%, 49%) | |
| LAB | lab(28, 48, 7) | |
| OKLCH | oklch(0.4 0.149 6) |
Color harmonies
Tints & shades
Code snippets
color: #820e3b;
background-color: #820e3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF820E3B)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.05, blue: 0.23, alpha: 1.0)