Shades of Red Robin #854337
Tints of Red Robin #854337
RGB
CMYK
RGB Variations
Color information
#854337 (or 0x854337) is known color: Red Robin. HEX triplet: 85, 43 and 37. RGB value is (133,67,55). Sum of RGB (Red+Green+Blue) = 133+67+55=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854337 is #7ABCC8. Grayscale: #555555. Windows color (decimal): -8043721 or 3621765. OLE color: 3621765.
HSL color Cylindrical-coordinate representation of color #854337: hue angle of 9.23º 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 #854337 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 55 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.48 |
| HSL | 9.23º | 0.41% | 0.37% | - |
| HSV(B) | 9.23º | 0.59% | 0.52% | - |
| XYZ | 12.37 | 9.28 | 4.75 | - |
| YUV | 85.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 55 | 0 | 0.50 | 0.59 | 0.48 | 9.23 | 0.41 | 0.37 |
| Hex | 85 | 43 | 37 | 0 | 32 | 3B | 30 | 9 | 29 | 25 |
| Octal | 205 | 103 | 67 | 0 | 62 | 73 | 60 | 11 | 51 | 45 |
| Binary | 10000101 | 1000011 | 110111 | 0 | 110010 | 111011 | 110000 | 1001 | 101001 | 100101 |
Color Harmonies of #854337
Complementary color
Monochromatic Colors of #854337
Black with #854337
Text Example
Text Example
White with #854337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854337; }
p { color: rgb(133,67,55); }
H1.HeaderClassName
{
color: #854337;
}
.AnyTagClassName
{
color: #854337;
}
</style>
background-color css
<style>
a { background-color: #854337; }
a { background-color: rgb(133,67,55); }
div.DivClassName
{
background-color: #854337;
}
.BgClassName
{
background-color: #854337;
}
</style>
border-color css
<style>
span { border-color: #854337; }
span { border-color: rgb(133,67,55); }
td.TdClassName
{
border-color: #854337;
}
.TagClassName
{
border-color: #854337;
}
</style>