Ketchup
#9a382d
Ketchup, represented by the hex value #9a382d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9a382d | |
|---|---|---|
| RGB | rgb(154, 56, 45) | |
| HSL | hsl(6, 55%, 39%) | |
| CMYK | cmyk(0%, 64%, 71%, 40%) | |
| LAB | lab(38, 41, 29) | |
| OKLCH | oklch(0.48 0.133 29) |
Color harmonies
Tints & shades
Code snippets
color: #9a382d;
background-color: #9a382d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9A382D)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.22, blue: 0.18, alpha: 1.0)