Shades of Red Robin #85403A
Tints of Red Robin #85403A
RGB
CMYK
RGB Variations
Color information
#85403A (or 0x85403A) is known color: Red Robin. HEX triplet: 85, 40 and 3A. RGB value is (133,64,58). Sum of RGB (Red+Green+Blue) = 133+64+58=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #85403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85403A is #7ABFC5. Grayscale: #545454. Windows color (decimal): -8044486 or 3817605. OLE color: 3817605.
HSL color Cylindrical-coordinate representation of color #85403A: hue angle of 4.8º 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 #85403A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 58 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.48 |
| HSL | 4.8º | 0.39% | 0.37% | - |
| HSV(B) | 4.8º | 0.56% | 0.52% | - |
| XYZ | 12.27 | 8.96 | 5.09 | - |
| YUV | 83.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 58 | 0 | 0.52 | 0.56 | 0.48 | 4.8 | 0.39 | 0.37 |
| Hex | 85 | 40 | 3A | 0 | 34 | 38 | 30 | 5 | 27 | 25 |
| Octal | 205 | 100 | 72 | 0 | 64 | 70 | 60 | 5 | 47 | 45 |
| Binary | 10000101 | 1000000 | 111010 | 0 | 110100 | 111000 | 110000 | 101 | 100111 | 100101 |
Color Harmonies of #85403A
Complementary color
Monochromatic Colors of #85403A
Black with #85403A
Text Example
Text Example
White with #85403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85403A; }
p { color: rgb(133,64,58); }
H1.HeaderClassName
{
color: #85403A;
}
.AnyTagClassName
{
color: #85403A;
}
</style>
background-color css
<style>
a { background-color: #85403A; }
a { background-color: rgb(133,64,58); }
div.DivClassName
{
background-color: #85403A;
}
.BgClassName
{
background-color: #85403A;
}
</style>
border-color css
<style>
span { border-color: #85403A; }
span { border-color: rgb(133,64,58); }
td.TdClassName
{
border-color: #85403A;
}
.TagClassName
{
border-color: #85403A;
}
</style>