Shades of Red Robin #87453B
Tints of Red Robin #87453B
RGB
CMYK
RGB Variations
Color information
#87453B (or 0x87453B) is known color: Red Robin. HEX triplet: 87, 45 and 3B. RGB value is (135,69,59). Sum of RGB (Red+Green+Blue) = 135+69+59=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87453B is #78BAC4. Grayscale: #575757. Windows color (decimal): -7912133 or 3884423. OLE color: 3884423.
HSL color Cylindrical-coordinate representation of color #87453B: hue angle of 7.89º 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 #87453B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 59 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.47 |
| HSL | 7.89º | 0.39% | 0.38% | - |
| HSV(B) | 7.89º | 0.56% | 0.53% | - |
| XYZ | 12.91 | 9.72 | 5.33 | - |
| YUV | 87.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 59 | 0 | 0.49 | 0.56 | 0.47 | 7.89 | 0.39 | 0.38 |
| Hex | 87 | 45 | 3B | 0 | 31 | 38 | 2F | 8 | 27 | 26 |
| Octal | 207 | 105 | 73 | 0 | 61 | 70 | 57 | 10 | 47 | 46 |
| Binary | 10000111 | 1000101 | 111011 | 0 | 110001 | 111000 | 101111 | 1000 | 100111 | 100110 |
Color Harmonies of #87453B
Complementary color
Monochromatic Colors of #87453B
Black with #87453B
Text Example
Text Example
White with #87453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87453B; }
p { color: rgb(135,69,59); }
H1.HeaderClassName
{
color: #87453B;
}
.AnyTagClassName
{
color: #87453B;
}
</style>
background-color css
<style>
a { background-color: #87453B; }
a { background-color: rgb(135,69,59); }
div.DivClassName
{
background-color: #87453B;
}
.BgClassName
{
background-color: #87453B;
}
</style>
border-color css
<style>
span { border-color: #87453B; }
span { border-color: rgb(135,69,59); }
td.TdClassName
{
border-color: #87453B;
}
.TagClassName
{
border-color: #87453B;
}
</style>