Shades of Red Robin #87403E
Tints of Red Robin #87403E
RGB
CMYK
RGB Variations
Color information
#87403E (or 0x87403E) is known color: Red Robin. HEX triplet: 87, 40 and 3E. RGB value is (135,64,62). Sum of RGB (Red+Green+Blue) = 135+64+62=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87403E is #78BFC1. Grayscale: #555555. Windows color (decimal): -7913410 or 4079751. OLE color: 4079751.
HSL color Cylindrical-coordinate representation of color #87403E: hue angle of 1.64º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #87403E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 62 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.47 |
| HSL | 1.64º | 0.37% | 0.39% | - |
| HSV(B) | 1.64º | 0.54% | 0.53% | - |
| XYZ | 12.69 | 9.17 | 5.66 | - |
| YUV | 85 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 62 | 0 | 0.53 | 0.54 | 0.47 | 1.64 | 0.37 | 0.39 |
| Hex | 87 | 40 | 3E | 0 | 35 | 36 | 2F | 2 | 25 | 27 |
| Octal | 207 | 100 | 76 | 0 | 65 | 66 | 57 | 2 | 45 | 47 |
| Binary | 10000111 | 1000000 | 111110 | 0 | 110101 | 110110 | 101111 | 10 | 100101 | 100111 |
Color Harmonies of #87403E
Complementary color
Monochromatic Colors of #87403E
Black with #87403E
Text Example
Text Example
White with #87403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87403E; }
p { color: rgb(135,64,62); }
H1.HeaderClassName
{
color: #87403E;
}
.AnyTagClassName
{
color: #87403E;
}
</style>
background-color css
<style>
a { background-color: #87403E; }
a { background-color: rgb(135,64,62); }
div.DivClassName
{
background-color: #87403E;
}
.BgClassName
{
background-color: #87403E;
}
</style>
border-color css
<style>
span { border-color: #87403E; }
span { border-color: rgb(135,64,62); }
td.TdClassName
{
border-color: #87403E;
}
.TagClassName
{
border-color: #87403E;
}
</style>