Shades of Red Robin #854040
Tints of Red Robin #854040
RGB
CMYK
RGB Variations
Color information
#854040 (or 0x854040) is known color: Red Robin. HEX triplet: 85, 40 and 40. RGB value is (133,64,64). Sum of RGB (Red+Green+Blue) = 133+64+64=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #854040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854040 is #7ABFBF. Grayscale: #545454. Windows color (decimal): -8044480 or 4210821. OLE color: 4210821.
HSL color Cylindrical-coordinate representation of color #854040: hue angle of 0º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854040 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 64 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.48 |
| HSL | 0º | 0.35% | 0.39% | - |
| HSV(B) | 0º | 0.52% | 0.52% | - |
| XYZ | 12.43 | 9.02 | 5.94 | - |
| YUV | 84.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 64 | 0 | 0.52 | 0.52 | 0.48 | 0 | 0.35 | 0.39 |
| Hex | 85 | 40 | 40 | 0 | 34 | 34 | 30 | 0 | 23 | 27 |
| Octal | 205 | 100 | 100 | 0 | 64 | 64 | 60 | 0 | 43 | 47 |
| Binary | 10000101 | 1000000 | 1000000 | 0 | 110100 | 110100 | 110000 | 0 | 100011 | 100111 |
Color Harmonies of #854040
Complementary color
Monochromatic Colors of #854040
Black with #854040
Text Example
Text Example
White with #854040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854040; }
p { color: rgb(133,64,64); }
H1.HeaderClassName
{
color: #854040;
}
.AnyTagClassName
{
color: #854040;
}
</style>
background-color css
<style>
a { background-color: #854040; }
a { background-color: rgb(133,64,64); }
div.DivClassName
{
background-color: #854040;
}
.BgClassName
{
background-color: #854040;
}
</style>
border-color css
<style>
span { border-color: #854040; }
span { border-color: rgb(133,64,64); }
td.TdClassName
{
border-color: #854040;
}
.TagClassName
{
border-color: #854040;
}
</style>