Dockside Red
#813533
Dockside Red, represented by the hex value #813533, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #813533 | |
|---|---|---|
| RGB | rgb(129, 53, 51) | |
| HSL | hsl(2, 43%, 35%) | |
| CMYK | cmyk(0%, 59%, 60%, 49%) | |
| LAB | lab(33, 33, 18) | |
| OKLCH | oklch(0.43 0.106 24) |
Color harmonies
Tints & shades
Code snippets
color: #813533;
background-color: #813533;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF813533)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.21, blue: 0.20, alpha: 1.0)