Shades of Red Robin #87423B
Tints of Red Robin #87423B
RGB
CMYK
RGB Variations
Color information
#87423B (or 0x87423B) is known color: Red Robin. HEX triplet: 87, 42 and 3B. RGB value is (135,66,59). Sum of RGB (Red+Green+Blue) = 135+66+59=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87423B is #78BDC4. Grayscale: #555555. Windows color (decimal): -7912901 or 3883655. OLE color: 3883655.
HSL color Cylindrical-coordinate representation of color #87423B: hue angle of 5.53º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #87423B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 59 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.47 |
| HSL | 5.53º | 0.39% | 0.38% | - |
| HSV(B) | 5.53º | 0.56% | 0.53% | - |
| XYZ | 12.73 | 9.36 | 5.27 | - |
| YUV | 85.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 59 | 0 | 0.51 | 0.56 | 0.47 | 5.53 | 0.39 | 0.38 |
| Hex | 87 | 42 | 3B | 0 | 33 | 38 | 2F | 6 | 27 | 26 |
| Octal | 207 | 102 | 73 | 0 | 63 | 70 | 57 | 6 | 47 | 46 |
| Binary | 10000111 | 1000010 | 111011 | 0 | 110011 | 111000 | 101111 | 110 | 100111 | 100110 |
Color Harmonies of #87423B
Complementary color
Monochromatic Colors of #87423B
Black with #87423B
Text Example
Text Example
White with #87423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87423B; }
p { color: rgb(135,66,59); }
H1.HeaderClassName
{
color: #87423B;
}
.AnyTagClassName
{
color: #87423B;
}
</style>
background-color css
<style>
a { background-color: #87423B; }
a { background-color: rgb(135,66,59); }
div.DivClassName
{
background-color: #87423B;
}
.BgClassName
{
background-color: #87423B;
}
</style>
border-color css
<style>
span { border-color: #87423B; }
span { border-color: rgb(135,66,59); }
td.TdClassName
{
border-color: #87423B;
}
.TagClassName
{
border-color: #87423B;
}
</style>