Shin Godzilla
#9a373f
Shin Godzilla, represented by the hex value #9a373f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9a373f | |
|---|---|---|
| RGB | rgb(154, 55, 63) | |
| HSL | hsl(355, 47%, 41%) | |
| CMYK | cmyk(0%, 64%, 59%, 40%) | |
| LAB | lab(38, 42, 18) | |
| OKLCH | oklch(0.48 0.132 19) |
Color harmonies
Tints & shades
Code snippets
color: #9a373f;
background-color: #9a373f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9A373F)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.22, blue: 0.25, alpha: 1.0)