Shades of Red Robin #85463C
Tints of Red Robin #85463C
RGB
CMYK
RGB Variations
Color information
#85463C (or 0x85463C) is known color: Red Robin. HEX triplet: 85, 46 and 3C. RGB value is (133,70,60). Sum of RGB (Red+Green+Blue) = 133+70+60=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85463C is #7AB9C3. Grayscale: #575757. Windows color (decimal): -8042948 or 3950213. OLE color: 3950213.
HSL color Cylindrical-coordinate representation of color #85463C: hue angle of 8.22º 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 #85463C is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 60 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.48 |
| HSL | 8.22º | 0.38% | 0.38% | - |
| HSV(B) | 8.22º | 0.55% | 0.52% | - |
| XYZ | 12.68 | 9.69 | 5.48 | - |
| YUV | 87.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 60 | 0 | 0.47 | 0.55 | 0.48 | 8.22 | 0.38 | 0.38 |
| Hex | 85 | 46 | 3C | 0 | 2F | 37 | 30 | 8 | 26 | 26 |
| Octal | 205 | 106 | 74 | 0 | 57 | 67 | 60 | 10 | 46 | 46 |
| Binary | 10000101 | 1000110 | 111100 | 0 | 101111 | 110111 | 110000 | 1000 | 100110 | 100110 |
Color Harmonies of #85463C
Complementary color
Monochromatic Colors of #85463C
Black with #85463C
Text Example
Text Example
White with #85463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85463C; }
p { color: rgb(133,70,60); }
H1.HeaderClassName
{
color: #85463C;
}
.AnyTagClassName
{
color: #85463C;
}
</style>
background-color css
<style>
a { background-color: #85463C; }
a { background-color: rgb(133,70,60); }
div.DivClassName
{
background-color: #85463C;
}
.BgClassName
{
background-color: #85463C;
}
</style>
border-color css
<style>
span { border-color: #85463C; }
span { border-color: rgb(133,70,60); }
td.TdClassName
{
border-color: #85463C;
}
.TagClassName
{
border-color: #85463C;
}
</style>