Shades of Red Robin #84403C
Tints of Red Robin #84403C
RGB
CMYK
RGB Variations
Color information
#84403C (or 0x84403C) is known color: Red Robin. HEX triplet: 84, 40 and 3C. RGB value is (132,64,60). Sum of RGB (Red+Green+Blue) = 132+64+60=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84403C is #7BBFC3. Grayscale: #535353. Windows color (decimal): -8110020 or 3948676. OLE color: 3948676.
HSL color Cylindrical-coordinate representation of color #84403C: hue angle of 3.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84403C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 60 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.48 |
| HSL | 3.33º | 0.38% | 0.38% | - |
| HSV(B) | 3.33º | 0.55% | 0.52% | - |
| XYZ | 12.16 | 8.9 | 5.35 | - |
| YUV | 83.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 60 | 0 | 0.52 | 0.55 | 0.48 | 3.33 | 0.38 | 0.38 |
| Hex | 84 | 40 | 3C | 0 | 34 | 37 | 30 | 3 | 26 | 26 |
| Octal | 204 | 100 | 74 | 0 | 64 | 67 | 60 | 3 | 46 | 46 |
| Binary | 10000100 | 1000000 | 111100 | 0 | 110100 | 110111 | 110000 | 11 | 100110 | 100110 |
Color Harmonies of #84403C
Complementary color
Monochromatic Colors of #84403C
Black with #84403C
Text Example
Text Example
White with #84403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84403C; }
p { color: rgb(132,64,60); }
H1.HeaderClassName
{
color: #84403C;
}
.AnyTagClassName
{
color: #84403C;
}
</style>
background-color css
<style>
a { background-color: #84403C; }
a { background-color: rgb(132,64,60); }
div.DivClassName
{
background-color: #84403C;
}
.BgClassName
{
background-color: #84403C;
}
</style>
border-color css
<style>
span { border-color: #84403C; }
span { border-color: rgb(132,64,60); }
td.TdClassName
{
border-color: #84403C;
}
.TagClassName
{
border-color: #84403C;
}
</style>