Shades of Shiraz #871F33
Tints of Shiraz #871F33
RGB
CMYK
RGB Variations
Color information
#871F33 (or 0x871F33) is known color: Shiraz. HEX triplet: 87, 1F and 33. RGB value is (135,31,51). Sum of RGB (Red+Green+Blue) = 135+31+51=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #871F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F33 is #78E0CC. Grayscale: #404040. Windows color (decimal): -7921869 or 3350407. OLE color: 3350407.
HSL color Cylindrical-coordinate representation of color #871F33: hue angle of 348.46º 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 #871F33 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 31 | 51 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.47 |
| HSL | 348.46º | 0.63% | 0.33% | - |
| HSV(B) | 348.46º | 0.77% | 0.53% | - |
| XYZ | 11.08 | 6.37 | 3.78 | - |
| YUV | 64.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 51 | 0 | 0.77 | 0.62 | 0.47 | 348.46 | 0.63 | 0.33 |
| Hex | 87 | 1F | 33 | 0 | 4D | 3E | 2F | 15C | 3F | 21 |
| Octal | 207 | 37 | 63 | 0 | 115 | 76 | 57 | 534 | 77 | 41 |
| Binary | 10000111 | 11111 | 110011 | 0 | 1001101 | 111110 | 101111 | 101011100 | 111111 | 100001 |
Color Harmonies of #871F33
Complementary color
Monochromatic Colors of #871F33
Black with #871F33
Text Example
Text Example
White with #871F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871F33; }
p { color: rgb(135,31,51); }
H1.HeaderClassName
{
color: #871F33;
}
.AnyTagClassName
{
color: #871F33;
}
</style>
background-color css
<style>
a { background-color: #871F33; }
a { background-color: rgb(135,31,51); }
div.DivClassName
{
background-color: #871F33;
}
.BgClassName
{
background-color: #871F33;
}
</style>
border-color css
<style>
span { border-color: #871F33; }
span { border-color: rgb(135,31,51); }
td.TdClassName
{
border-color: #871F33;
}
.TagClassName
{
border-color: #871F33;
}
</style>