Shades of Red Robin #85443B
Tints of Red Robin #85443B
RGB
CMYK
RGB Variations
Color information
#85443B (or 0x85443B) is known color: Red Robin. HEX triplet: 85, 44 and 3B. RGB value is (133,68,59). Sum of RGB (Red+Green+Blue) = 133+68+59=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85443B is #7ABBC4. Grayscale: #565656. Windows color (decimal): -8043461 or 3884165. OLE color: 3884165.
HSL color Cylindrical-coordinate representation of color #85443B: hue angle of 7.3º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85443B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 59 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.48 |
| HSL | 7.3º | 0.39% | 0.38% | - |
| HSV(B) | 7.3º | 0.56% | 0.52% | - |
| XYZ | 12.53 | 9.44 | 5.3 | - |
| YUV | 86.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 59 | 0 | 0.49 | 0.56 | 0.48 | 7.3 | 0.39 | 0.38 |
| Hex | 85 | 44 | 3B | 0 | 31 | 38 | 30 | 7 | 27 | 26 |
| Octal | 205 | 104 | 73 | 0 | 61 | 70 | 60 | 7 | 47 | 46 |
| Binary | 10000101 | 1000100 | 111011 | 0 | 110001 | 111000 | 110000 | 111 | 100111 | 100110 |
Color Harmonies of #85443B
Complementary color
Monochromatic Colors of #85443B
Black with #85443B
Text Example
Text Example
White with #85443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85443B; }
p { color: rgb(133,68,59); }
H1.HeaderClassName
{
color: #85443B;
}
.AnyTagClassName
{
color: #85443B;
}
</style>
background-color css
<style>
a { background-color: #85443B; }
a { background-color: rgb(133,68,59); }
div.DivClassName
{
background-color: #85443B;
}
.BgClassName
{
background-color: #85443B;
}
</style>
border-color css
<style>
span { border-color: #85443B; }
span { border-color: rgb(133,68,59); }
td.TdClassName
{
border-color: #85443B;
}
.TagClassName
{
border-color: #85443B;
}
</style>