Shades of Red Robin #84453C
Tints of Red Robin #84453C
RGB
CMYK
RGB Variations
Color information
#84453C (or 0x84453C) is known color: Red Robin. HEX triplet: 84, 45 and 3C. RGB value is (132,69,60). Sum of RGB (Red+Green+Blue) = 132+69+60=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84453C is #7BBAC3. Grayscale: #565656. Windows color (decimal): -8108740 or 3949956. OLE color: 3949956.
HSL color Cylindrical-coordinate representation of color #84453C: hue angle of 7.5º 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 #84453C is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 60 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.48 |
| HSL | 7.5º | 0.38% | 0.38% | - |
| HSV(B) | 7.5º | 0.55% | 0.52% | - |
| XYZ | 12.46 | 9.49 | 5.45 | - |
| YUV | 86.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 60 | 0 | 0.48 | 0.55 | 0.48 | 7.5 | 0.38 | 0.38 |
| Hex | 84 | 45 | 3C | 0 | 30 | 37 | 30 | 8 | 26 | 26 |
| Octal | 204 | 105 | 74 | 0 | 60 | 67 | 60 | 10 | 46 | 46 |
| Binary | 10000100 | 1000101 | 111100 | 0 | 110000 | 110111 | 110000 | 1000 | 100110 | 100110 |
Color Harmonies of #84453C
Complementary color
Monochromatic Colors of #84453C
Black with #84453C
Text Example
Text Example
White with #84453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84453C; }
p { color: rgb(132,69,60); }
H1.HeaderClassName
{
color: #84453C;
}
.AnyTagClassName
{
color: #84453C;
}
</style>
background-color css
<style>
a { background-color: #84453C; }
a { background-color: rgb(132,69,60); }
div.DivClassName
{
background-color: #84453C;
}
.BgClassName
{
background-color: #84453C;
}
</style>
border-color css
<style>
span { border-color: #84453C; }
span { border-color: rgb(132,69,60); }
td.TdClassName
{
border-color: #84453C;
}
.TagClassName
{
border-color: #84453C;
}
</style>