Shades of Red Robin #854237
Tints of Red Robin #854237
RGB
CMYK
RGB Variations
Color information
#854237 (or 0x854237) is known color: Red Robin. HEX triplet: 85, 42 and 37. RGB value is (133,66,55). Sum of RGB (Red+Green+Blue) = 133+66+55=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #854237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854237 is #7ABDC8. Grayscale: #545454. Windows color (decimal): -8043977 or 3621509. OLE color: 3621509.
HSL color Cylindrical-coordinate representation of color #854237: hue angle of 8.46º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854237 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 55 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.48 |
| HSL | 8.46º | 0.41% | 0.37% | - |
| HSV(B) | 8.46º | 0.59% | 0.52% | - |
| XYZ | 12.31 | 9.16 | 4.73 | - |
| YUV | 84.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 55 | 0 | 0.50 | 0.59 | 0.48 | 8.46 | 0.41 | 0.37 |
| Hex | 85 | 42 | 37 | 0 | 32 | 3B | 30 | 8 | 29 | 25 |
| Octal | 205 | 102 | 67 | 0 | 62 | 73 | 60 | 10 | 51 | 45 |
| Binary | 10000101 | 1000010 | 110111 | 0 | 110010 | 111011 | 110000 | 1000 | 101001 | 100101 |
Color Harmonies of #854237
Complementary color
Monochromatic Colors of #854237
Black with #854237
Text Example
Text Example
White with #854237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854237; }
p { color: rgb(133,66,55); }
H1.HeaderClassName
{
color: #854237;
}
.AnyTagClassName
{
color: #854237;
}
</style>
background-color css
<style>
a { background-color: #854237; }
a { background-color: rgb(133,66,55); }
div.DivClassName
{
background-color: #854237;
}
.BgClassName
{
background-color: #854237;
}
</style>
border-color css
<style>
span { border-color: #854237; }
span { border-color: rgb(133,66,55); }
td.TdClassName
{
border-color: #854237;
}
.TagClassName
{
border-color: #854237;
}
</style>