Shades of Red Robin #85423F
Tints of Red Robin #85423F
RGB
CMYK
RGB Variations
Color information
#85423F (or 0x85423F) is known color: Red Robin. HEX triplet: 85, 42 and 3F. RGB value is (133,66,63). Sum of RGB (Red+Green+Blue) = 133+66+63=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85423F is #7ABDC0. Grayscale: #555555. Windows color (decimal): -8043969 or 4145797. OLE color: 4145797.
HSL color Cylindrical-coordinate representation of color #85423F: hue angle of 2.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85423F is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 63 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.48 |
| HSL | 2.57º | 0.36% | 0.38% | - |
| HSV(B) | 2.57º | 0.53% | 0.52% | - |
| XYZ | 12.52 | 9.24 | 5.83 | - |
| YUV | 85.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 63 | 0 | 0.50 | 0.53 | 0.48 | 2.57 | 0.36 | 0.38 |
| Hex | 85 | 42 | 3F | 0 | 32 | 35 | 30 | 3 | 24 | 26 |
| Octal | 205 | 102 | 77 | 0 | 62 | 65 | 60 | 3 | 44 | 46 |
| Binary | 10000101 | 1000010 | 111111 | 0 | 110010 | 110101 | 110000 | 11 | 100100 | 100110 |
Color Harmonies of #85423F
Complementary color
Monochromatic Colors of #85423F
Black with #85423F
Text Example
Text Example
White with #85423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85423F; }
p { color: rgb(133,66,63); }
H1.HeaderClassName
{
color: #85423F;
}
.AnyTagClassName
{
color: #85423F;
}
</style>
background-color css
<style>
a { background-color: #85423F; }
a { background-color: rgb(133,66,63); }
div.DivClassName
{
background-color: #85423F;
}
.BgClassName
{
background-color: #85423F;
}
</style>
border-color css
<style>
span { border-color: #85423F; }
span { border-color: rgb(133,66,63); }
td.TdClassName
{
border-color: #85423F;
}
.TagClassName
{
border-color: #85423F;
}
</style>