Shades of Red Robin #84453A
Tints of Red Robin #84453A
RGB
CMYK
RGB Variations
Color information
#84453A (or 0x84453A) is known color: Red Robin. HEX triplet: 84, 45 and 3A. RGB value is (132,69,58). Sum of RGB (Red+Green+Blue) = 132+69+58=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84453A is #7BBAC5. Grayscale: #565656. Windows color (decimal): -8108742 or 3818884. OLE color: 3818884.
HSL color Cylindrical-coordinate representation of color #84453A: hue angle of 8.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84453A is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 58 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.48 |
| HSL | 8.92º | 0.39% | 0.37% | - |
| HSV(B) | 8.92º | 0.56% | 0.52% | - |
| XYZ | 12.41 | 9.47 | 5.18 | - |
| YUV | 86.58 | 111.87 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 58 | 0 | 0.48 | 0.56 | 0.48 | 8.92 | 0.39 | 0.37 |
| Hex | 84 | 45 | 3A | 0 | 30 | 38 | 30 | 9 | 27 | 25 |
| Octal | 204 | 105 | 72 | 0 | 60 | 70 | 60 | 11 | 47 | 45 |
| Binary | 10000100 | 1000101 | 111010 | 0 | 110000 | 111000 | 110000 | 1001 | 100111 | 100101 |
Color Harmonies of #84453A
Complementary color
Monochromatic Colors of #84453A
Black with #84453A
Text Example
Text Example
White with #84453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84453A; }
p { color: rgb(132,69,58); }
H1.HeaderClassName
{
color: #84453A;
}
.AnyTagClassName
{
color: #84453A;
}
</style>
background-color css
<style>
a { background-color: #84453A; }
a { background-color: rgb(132,69,58); }
div.DivClassName
{
background-color: #84453A;
}
.BgClassName
{
background-color: #84453A;
}
</style>
border-color css
<style>
span { border-color: #84453A; }
span { border-color: rgb(132,69,58); }
td.TdClassName
{
border-color: #84453A;
}
.TagClassName
{
border-color: #84453A;
}
</style>