Shades of Red Robin #84403F
Tints of Red Robin #84403F
RGB
CMYK
RGB Variations
Color information
#84403F (or 0x84403F) is known color: Red Robin. HEX triplet: 84, 40 and 3F. RGB value is (132,64,63). Sum of RGB (Red+Green+Blue) = 132+64+63=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84403F is #7BBFC0. Grayscale: #545454. Windows color (decimal): -8110017 or 4145284. OLE color: 4145284.
HSL color Cylindrical-coordinate representation of color #84403F: hue angle of 0.87º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84403F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 63 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.48 |
| HSL | 0.87º | 0.35% | 0.38% | - |
| HSV(B) | 0.87º | 0.52% | 0.52% | - |
| XYZ | 12.25 | 8.93 | 5.78 | - |
| YUV | 84.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 63 | 0 | 0.52 | 0.52 | 0.48 | 0.87 | 0.35 | 0.38 |
| Hex | 84 | 40 | 3F | 0 | 34 | 34 | 30 | 1 | 23 | 26 |
| Octal | 204 | 100 | 77 | 0 | 64 | 64 | 60 | 1 | 43 | 46 |
| Binary | 10000100 | 1000000 | 111111 | 0 | 110100 | 110100 | 110000 | 1 | 100011 | 100110 |
Color Harmonies of #84403F
Complementary color
Monochromatic Colors of #84403F
Black with #84403F
Text Example
Text Example
White with #84403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84403F; }
p { color: rgb(132,64,63); }
H1.HeaderClassName
{
color: #84403F;
}
.AnyTagClassName
{
color: #84403F;
}
</style>
background-color css
<style>
a { background-color: #84403F; }
a { background-color: rgb(132,64,63); }
div.DivClassName
{
background-color: #84403F;
}
.BgClassName
{
background-color: #84403F;
}
</style>
border-color css
<style>
span { border-color: #84403F; }
span { border-color: rgb(132,64,63); }
td.TdClassName
{
border-color: #84403F;
}
.TagClassName
{
border-color: #84403F;
}
</style>