Roasted Pepper
#890a01
Roasted Pepper, represented by the hex value #890a01, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #890a01 | |
|---|---|---|
| RGB | rgb(137, 10, 1) | |
| HSL | hsl(4, 99%, 27%) | |
| CMYK | cmyk(0%, 93%, 99%, 46%) | |
| LAB | lab(29, 49, 42) | |
| OKLCH | oklch(0.4 0.158 30) |
Color harmonies
Tints & shades
Code snippets
color: #890a01;
background-color: #890a01;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF890A01)
/* Swift / UIKit */
UIColor(red: 0.54, green: 0.04, blue: 0.00, alpha: 1.0)