Shades of Red Robin #84463F
Tints of Red Robin #84463F
RGB
CMYK
RGB Variations
Color information
#84463F (or 0x84463F) is known color: Red Robin. HEX triplet: 84, 46 and 3F. RGB value is (132,70,63). Sum of RGB (Red+Green+Blue) = 132+70+63=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84463F is #7BB9C0. Grayscale: #575757. Windows color (decimal): -8108481 or 4146820. OLE color: 4146820.
HSL color Cylindrical-coordinate representation of color #84463F: hue angle of 6.09º 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 #84463F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 63 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.48 |
| HSL | 6.09º | 0.35% | 0.38% | - |
| HSV(B) | 6.09º | 0.52% | 0.52% | - |
| XYZ | 12.6 | 9.64 | 5.9 | - |
| YUV | 87.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 63 | 0 | 0.47 | 0.52 | 0.48 | 6.09 | 0.35 | 0.38 |
| Hex | 84 | 46 | 3F | 0 | 2F | 34 | 30 | 6 | 23 | 26 |
| Octal | 204 | 106 | 77 | 0 | 57 | 64 | 60 | 6 | 43 | 46 |
| Binary | 10000100 | 1000110 | 111111 | 0 | 101111 | 110100 | 110000 | 110 | 100011 | 100110 |
Color Harmonies of #84463F
Complementary color
Monochromatic Colors of #84463F
Black with #84463F
Text Example
Text Example
White with #84463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84463F; }
p { color: rgb(132,70,63); }
H1.HeaderClassName
{
color: #84463F;
}
.AnyTagClassName
{
color: #84463F;
}
</style>
background-color css
<style>
a { background-color: #84463F; }
a { background-color: rgb(132,70,63); }
div.DivClassName
{
background-color: #84463F;
}
.BgClassName
{
background-color: #84463F;
}
</style>
border-color css
<style>
span { border-color: #84463F; }
span { border-color: rgb(132,70,63); }
td.TdClassName
{
border-color: #84463F;
}
.TagClassName
{
border-color: #84463F;
}
</style>