Shades of Red Robin #84403D
Tints of Red Robin #84403D
RGB
CMYK
RGB Variations
Color information
#84403D (or 0x84403D) is known color: Red Robin. HEX triplet: 84, 40 and 3D. RGB value is (132,64,61). Sum of RGB (Red+Green+Blue) = 132+64+61=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84403D is #7BBFC2. Grayscale: #545454. Windows color (decimal): -8110019 or 4014212. OLE color: 4014212.
HSL color Cylindrical-coordinate representation of color #84403D: hue angle of 2.54º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84403D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 61 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.48 |
| HSL | 2.54º | 0.37% | 0.38% | - |
| HSV(B) | 2.54º | 0.54% | 0.52% | - |
| XYZ | 12.19 | 8.91 | 5.49 | - |
| YUV | 83.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 61 | 0 | 0.52 | 0.54 | 0.48 | 2.54 | 0.37 | 0.38 |
| Hex | 84 | 40 | 3D | 0 | 34 | 36 | 30 | 3 | 25 | 26 |
| Octal | 204 | 100 | 75 | 0 | 64 | 66 | 60 | 3 | 45 | 46 |
| Binary | 10000100 | 1000000 | 111101 | 0 | 110100 | 110110 | 110000 | 11 | 100101 | 100110 |
Color Harmonies of #84403D
Complementary color
Monochromatic Colors of #84403D
Black with #84403D
Text Example
Text Example
White with #84403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84403D; }
p { color: rgb(132,64,61); }
H1.HeaderClassName
{
color: #84403D;
}
.AnyTagClassName
{
color: #84403D;
}
</style>
background-color css
<style>
a { background-color: #84403D; }
a { background-color: rgb(132,64,61); }
div.DivClassName
{
background-color: #84403D;
}
.BgClassName
{
background-color: #84403D;
}
</style>
border-color css
<style>
span { border-color: #84403D; }
span { border-color: rgb(132,64,61); }
td.TdClassName
{
border-color: #84403D;
}
.TagClassName
{
border-color: #84403D;
}
</style>