Shades of Shiraz #871F37
Tints of Shiraz #871F37
RGB
CMYK
RGB Variations
Color information
#871F37 (or 0x871F37) is known color: Shiraz. HEX triplet: 87, 1F and 37. RGB value is (135,31,55). Sum of RGB (Red+Green+Blue) = 135+31+55=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #871F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F37 is #78E0C8. Grayscale: #404040. Windows color (decimal): -7921865 or 3612551. OLE color: 3612551.
HSL color Cylindrical-coordinate representation of color #871F37: hue angle of 346.15º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F37 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 31 | 55 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.47 |
| HSL | 346.15º | 0.63% | 0.33% | - |
| HSV(B) | 346.15º | 0.77% | 0.53% | - |
| XYZ | 11.17 | 6.41 | 4.26 | - |
| YUV | 64.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 55 | 0 | 0.77 | 0.59 | 0.47 | 346.15 | 0.63 | 0.33 |
| Hex | 87 | 1F | 37 | 0 | 4D | 3B | 2F | 15A | 3F | 21 |
| Octal | 207 | 37 | 67 | 0 | 115 | 73 | 57 | 532 | 77 | 41 |
| Binary | 10000111 | 11111 | 110111 | 0 | 1001101 | 111011 | 101111 | 101011010 | 111111 | 100001 |
Color Harmonies of #871F37
Complementary color
Monochromatic Colors of #871F37
Black with #871F37
Text Example
Text Example
White with #871F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871F37; }
p { color: rgb(135,31,55); }
H1.HeaderClassName
{
color: #871F37;
}
.AnyTagClassName
{
color: #871F37;
}
</style>
background-color css
<style>
a { background-color: #871F37; }
a { background-color: rgb(135,31,55); }
div.DivClassName
{
background-color: #871F37;
}
.BgClassName
{
background-color: #871F37;
}
</style>
border-color css
<style>
span { border-color: #871F37; }
span { border-color: rgb(135,31,55); }
td.TdClassName
{
border-color: #871F37;
}
.TagClassName
{
border-color: #871F37;
}
</style>