Red Robin
#7d4138
Red Robin, represented by the hex value #7d4138, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7d4138 | |
|---|---|---|
| RGB | rgb(125, 65, 56) | |
| HSL | hsl(8, 38%, 35%) | |
| CMYK | cmyk(0%, 48%, 55%, 51%) | |
| LAB | lab(35, 26, 18) | |
| OKLCH | oklch(0.45 0.085 30) |
Color harmonies
Tints & shades
Code snippets
color: #7d4138;
background-color: #7d4138;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7D4138)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.25, blue: 0.22, alpha: 1.0)