Shades of Shiraz #87273E
Tints of Shiraz #87273E
RGB
CMYK
RGB Variations
Color information
#87273E (or 0x87273E) is known color: Shiraz. HEX triplet: 87, 27 and 3E. RGB value is (135,39,62). Sum of RGB (Red+Green+Blue) = 135+39+62=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #87273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87273E is #78D8C1. Grayscale: #464646. Windows color (decimal): -7919810 or 4073351. OLE color: 4073351.
HSL color Cylindrical-coordinate representation of color #87273E: hue angle of 345.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87273E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 62 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.47 |
| HSL | 345.63º | 0.55% | 0.34% | - |
| HSV(B) | 345.63º | 0.71% | 0.53% | - |
| XYZ | 11.59 | 6.95 | 5.29 | - |
| YUV | 70.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 62 | 0 | 0.71 | 0.54 | 0.47 | 345.63 | 0.55 | 0.34 |
| Hex | 87 | 27 | 3E | 0 | 47 | 36 | 2F | 15A | 37 | 22 |
| Octal | 207 | 47 | 76 | 0 | 107 | 66 | 57 | 532 | 67 | 42 |
| Binary | 10000111 | 100111 | 111110 | 0 | 1000111 | 110110 | 101111 | 101011010 | 110111 | 100010 |
Color Harmonies of #87273E
Complementary color
Monochromatic Colors of #87273E
Black with #87273E
Text Example
Text Example
White with #87273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87273E; }
p { color: rgb(135,39,62); }
H1.HeaderClassName
{
color: #87273E;
}
.AnyTagClassName
{
color: #87273E;
}
</style>
background-color css
<style>
a { background-color: #87273E; }
a { background-color: rgb(135,39,62); }
div.DivClassName
{
background-color: #87273E;
}
.BgClassName
{
background-color: #87273E;
}
</style>
border-color css
<style>
span { border-color: #87273E; }
span { border-color: rgb(135,39,62); }
td.TdClassName
{
border-color: #87273E;
}
.TagClassName
{
border-color: #87273E;
}
</style>