Shades of Red Robin #85453B
Tints of Red Robin #85453B
RGB
CMYK
RGB Variations
Color information
#85453B (or 0x85453B) is known color: Red Robin. HEX triplet: 85, 45 and 3B. RGB value is (133,69,59). Sum of RGB (Red+Green+Blue) = 133+69+59=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85453B is #7ABAC4. Grayscale: #575757. Windows color (decimal): -8043205 or 3884421. OLE color: 3884421.
HSL color Cylindrical-coordinate representation of color #85453B: hue angle of 8.11º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85453B is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 59 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.48 |
| HSL | 8.11º | 0.39% | 0.38% | - |
| HSV(B) | 8.11º | 0.56% | 0.52% | - |
| XYZ | 12.59 | 9.56 | 5.32 | - |
| YUV | 87 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 59 | 0 | 0.48 | 0.56 | 0.48 | 8.11 | 0.39 | 0.38 |
| Hex | 85 | 45 | 3B | 0 | 30 | 38 | 30 | 8 | 27 | 26 |
| Octal | 205 | 105 | 73 | 0 | 60 | 70 | 60 | 10 | 47 | 46 |
| Binary | 10000101 | 1000101 | 111011 | 0 | 110000 | 111000 | 110000 | 1000 | 100111 | 100110 |
Color Harmonies of #85453B
Complementary color
Monochromatic Colors of #85453B
Black with #85453B
Text Example
Text Example
White with #85453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85453B; }
p { color: rgb(133,69,59); }
H1.HeaderClassName
{
color: #85453B;
}
.AnyTagClassName
{
color: #85453B;
}
</style>
background-color css
<style>
a { background-color: #85453B; }
a { background-color: rgb(133,69,59); }
div.DivClassName
{
background-color: #85453B;
}
.BgClassName
{
background-color: #85453B;
}
</style>
border-color css
<style>
span { border-color: #85453B; }
span { border-color: rgb(133,69,59); }
td.TdClassName
{
border-color: #85453B;
}
.TagClassName
{
border-color: #85453B;
}
</style>