Shades of Shiraz #871F2F
Tints of Shiraz #871F2F
RGB
CMYK
RGB Variations
Color information
#871F2F (or 0x871F2F) is known color: Shiraz. HEX triplet: 87, 1F and 2F. RGB value is (135,31,47). Sum of RGB (Red+Green+Blue) = 135+31+47=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #871F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F2F is #78E0D0. Grayscale: #3F3F3F. Windows color (decimal): -7921873 or 3088263. OLE color: 3088263.
HSL color Cylindrical-coordinate representation of color #871F2F: hue angle of 350.77º 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 #871F2F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 31 | 47 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.47 |
| HSL | 350.77º | 0.63% | 0.33% | - |
| HSV(B) | 350.77º | 0.77% | 0.53% | - |
| XYZ | 10.99 | 6.34 | 3.33 | - |
| YUV | 63.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 47 | 0 | 0.77 | 0.65 | 0.47 | 350.77 | 0.63 | 0.33 |
| Hex | 87 | 1F | 2F | 0 | 4D | 41 | 2F | 15F | 3F | 21 |
| Octal | 207 | 37 | 57 | 0 | 115 | 101 | 57 | 537 | 77 | 41 |
| Binary | 10000111 | 11111 | 101111 | 0 | 1001101 | 1000001 | 101111 | 101011111 | 111111 | 100001 |
Color Harmonies of #871F2F
Complementary color
Monochromatic Colors of #871F2F
Black with #871F2F
Text Example
Text Example
White with #871F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871F2F; }
p { color: rgb(135,31,47); }
H1.HeaderClassName
{
color: #871F2F;
}
.AnyTagClassName
{
color: #871F2F;
}
</style>
background-color css
<style>
a { background-color: #871F2F; }
a { background-color: rgb(135,31,47); }
div.DivClassName
{
background-color: #871F2F;
}
.BgClassName
{
background-color: #871F2F;
}
</style>
border-color css
<style>
span { border-color: #871F2F; }
span { border-color: rgb(135,31,47); }
td.TdClassName
{
border-color: #871F2F;
}
.TagClassName
{
border-color: #871F2F;
}
</style>