Shades of Red Robin #85403C
Tints of Red Robin #85403C
RGB
CMYK
RGB Variations
Color information
#85403C (or 0x85403C) is known color: Red Robin. HEX triplet: 85, 40 and 3C. RGB value is (133,64,60). Sum of RGB (Red+Green+Blue) = 133+64+60=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #85403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85403C is #7ABFC3. Grayscale: #545454. Windows color (decimal): -8044484 or 3948677. OLE color: 3948677.
HSL color Cylindrical-coordinate representation of color #85403C: hue angle of 3.29º 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 #85403C is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 60 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.48 |
| HSL | 3.29º | 0.38% | 0.38% | - |
| HSV(B) | 3.29º | 0.55% | 0.52% | - |
| XYZ | 12.32 | 8.98 | 5.36 | - |
| YUV | 84.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 60 | 0 | 0.52 | 0.55 | 0.48 | 3.29 | 0.38 | 0.38 |
| Hex | 85 | 40 | 3C | 0 | 34 | 37 | 30 | 3 | 26 | 26 |
| Octal | 205 | 100 | 74 | 0 | 64 | 67 | 60 | 3 | 46 | 46 |
| Binary | 10000101 | 1000000 | 111100 | 0 | 110100 | 110111 | 110000 | 11 | 100110 | 100110 |
Color Harmonies of #85403C
Complementary color
Monochromatic Colors of #85403C
Black with #85403C
Text Example
Text Example
White with #85403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85403C; }
p { color: rgb(133,64,60); }
H1.HeaderClassName
{
color: #85403C;
}
.AnyTagClassName
{
color: #85403C;
}
</style>
background-color css
<style>
a { background-color: #85403C; }
a { background-color: rgb(133,64,60); }
div.DivClassName
{
background-color: #85403C;
}
.BgClassName
{
background-color: #85403C;
}
</style>
border-color css
<style>
span { border-color: #85403C; }
span { border-color: rgb(133,64,60); }
td.TdClassName
{
border-color: #85403C;
}
.TagClassName
{
border-color: #85403C;
}
</style>