Liquorice Red
#740900
Looking for the precise values behind Liquorice Red (#740900)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #740900 | |
|---|---|---|
| RGB | rgb(116, 9, 0) | |
| HSL | hsl(5, 100%, 23%) | |
| CMYK | cmyk(0%, 92%, 100%, 55%) | |
| LAB | lab(24, 43, 36) | |
| OKLCH | oklch(0.36 0.139 31) |
Color harmonies
Tints & shades
Code snippets
color: #740900;
background-color: #740900;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF740900)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.04, blue: 0.00, alpha: 1.0)