Shades of Red Robin #85413C
Tints of Red Robin #85413C
RGB
CMYK
RGB Variations
Color information
#85413C (or 0x85413C) is known color: Red Robin. HEX triplet: 85, 41 and 3C. RGB value is (133,65,60). Sum of RGB (Red+Green+Blue) = 133+65+60=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85413C is #7ABEC3. Grayscale: #545454. Windows color (decimal): -8044228 or 3948933. OLE color: 3948933.
HSL color Cylindrical-coordinate representation of color #85413C: hue angle of 4.11º 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 #85413C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 60 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.48 |
| HSL | 4.11º | 0.38% | 0.38% | - |
| HSV(B) | 4.11º | 0.55% | 0.52% | - |
| XYZ | 12.38 | 9.09 | 5.38 | - |
| YUV | 84.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 60 | 0 | 0.51 | 0.55 | 0.48 | 4.11 | 0.38 | 0.38 |
| Hex | 85 | 41 | 3C | 0 | 33 | 37 | 30 | 4 | 26 | 26 |
| Octal | 205 | 101 | 74 | 0 | 63 | 67 | 60 | 4 | 46 | 46 |
| Binary | 10000101 | 1000001 | 111100 | 0 | 110011 | 110111 | 110000 | 100 | 100110 | 100110 |
Color Harmonies of #85413C
Complementary color
Monochromatic Colors of #85413C
Black with #85413C
Text Example
Text Example
White with #85413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85413C; }
p { color: rgb(133,65,60); }
H1.HeaderClassName
{
color: #85413C;
}
.AnyTagClassName
{
color: #85413C;
}
</style>
background-color css
<style>
a { background-color: #85413C; }
a { background-color: rgb(133,65,60); }
div.DivClassName
{
background-color: #85413C;
}
.BgClassName
{
background-color: #85413C;
}
</style>
border-color css
<style>
span { border-color: #85413C; }
span { border-color: rgb(133,65,60); }
td.TdClassName
{
border-color: #85413C;
}
.TagClassName
{
border-color: #85413C;
}
</style>