Pompeian Red
#a82a38
Pompeian Red, represented by the hex value #a82a38, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a82a38 | |
|---|---|---|
| RGB | rgb(168, 42, 56) | |
| HSL | hsl(353, 60%, 41%) | |
| CMYK | cmyk(0%, 75%, 67%, 34%) | |
| LAB | lab(39, 52, 24) | |
| OKLCH | oklch(0.49 0.161 20) |
Color harmonies
Tints & shades
Code snippets
color: #a82a38;
background-color: #a82a38;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA82A38)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.16, blue: 0.22, alpha: 1.0)