Shades of Red Robin #85423D
Tints of Red Robin #85423D
RGB
CMYK
RGB Variations
Color information
#85423D (or 0x85423D) is known color: Red Robin. HEX triplet: 85, 42 and 3D. RGB value is (133,66,61). Sum of RGB (Red+Green+Blue) = 133+66+61=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85423D is #7ABDC2. Grayscale: #555555. Windows color (decimal): -8043971 or 4014725. OLE color: 4014725.
HSL color Cylindrical-coordinate representation of color #85423D: hue angle of 4.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85423D is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 61 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.48 |
| HSL | 4.17º | 0.37% | 0.38% | - |
| HSV(B) | 4.17º | 0.54% | 0.52% | - |
| XYZ | 12.46 | 9.22 | 5.54 | - |
| YUV | 85.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 61 | 0 | 0.50 | 0.54 | 0.48 | 4.17 | 0.37 | 0.38 |
| Hex | 85 | 42 | 3D | 0 | 32 | 36 | 30 | 4 | 25 | 26 |
| Octal | 205 | 102 | 75 | 0 | 62 | 66 | 60 | 4 | 45 | 46 |
| Binary | 10000101 | 1000010 | 111101 | 0 | 110010 | 110110 | 110000 | 100 | 100101 | 100110 |
Color Harmonies of #85423D
Complementary color
Monochromatic Colors of #85423D
Black with #85423D
Text Example
Text Example
White with #85423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85423D; }
p { color: rgb(133,66,61); }
H1.HeaderClassName
{
color: #85423D;
}
.AnyTagClassName
{
color: #85423D;
}
</style>
background-color css
<style>
a { background-color: #85423D; }
a { background-color: rgb(133,66,61); }
div.DivClassName
{
background-color: #85423D;
}
.BgClassName
{
background-color: #85423D;
}
</style>
border-color css
<style>
span { border-color: #85423D; }
span { border-color: rgb(133,66,61); }
td.TdClassName
{
border-color: #85423D;
}
.TagClassName
{
border-color: #85423D;
}
</style>