Shades of Red Robin #84453E
Tints of Red Robin #84453E
RGB
CMYK
RGB Variations
Color information
#84453E (or 0x84453E) is known color: Red Robin. HEX triplet: 84, 45 and 3E. RGB value is (132,69,62). Sum of RGB (Red+Green+Blue) = 132+69+62=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84453E is #7BBAC1. Grayscale: #575757. Windows color (decimal): -8108738 or 4081028. OLE color: 4081028.
HSL color Cylindrical-coordinate representation of color #84453E: hue angle of 6º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84453E is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 62 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.48 |
| HSL | 6º | 0.36% | 0.38% | - |
| HSV(B) | 6º | 0.53% | 0.52% | - |
| XYZ | 12.51 | 9.51 | 5.73 | - |
| YUV | 87.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 62 | 0 | 0.48 | 0.53 | 0.48 | 6 | 0.36 | 0.38 |
| Hex | 84 | 45 | 3E | 0 | 30 | 35 | 30 | 6 | 24 | 26 |
| Octal | 204 | 105 | 76 | 0 | 60 | 65 | 60 | 6 | 44 | 46 |
| Binary | 10000100 | 1000101 | 111110 | 0 | 110000 | 110101 | 110000 | 110 | 100100 | 100110 |
Color Harmonies of #84453E
Complementary color
Monochromatic Colors of #84453E
Black with #84453E
Text Example
Text Example
White with #84453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84453E; }
p { color: rgb(132,69,62); }
H1.HeaderClassName
{
color: #84453E;
}
.AnyTagClassName
{
color: #84453E;
}
</style>
background-color css
<style>
a { background-color: #84453E; }
a { background-color: rgb(132,69,62); }
div.DivClassName
{
background-color: #84453E;
}
.BgClassName
{
background-color: #84453E;
}
</style>
border-color css
<style>
span { border-color: #84453E; }
span { border-color: rgb(132,69,62); }
td.TdClassName
{
border-color: #84453E;
}
.TagClassName
{
border-color: #84453E;
}
</style>