Shades of Shiraz #871F3E
Tints of Shiraz #871F3E
RGB
CMYK
RGB Variations
Color information
#871F3E (or 0x871F3E) is known color: Shiraz. HEX triplet: 87, 1F and 3E. RGB value is (135,31,62). Sum of RGB (Red+Green+Blue) = 135+31+62=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #871F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F3E is #78E0C1. Grayscale: #414141. Windows color (decimal): -7921858 or 4071303. OLE color: 4071303.
HSL color Cylindrical-coordinate representation of color #871F3E: hue angle of 342.12º 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 #871F3E is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 31 | 62 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.47 |
| HSL | 342.12º | 0.63% | 0.33% | - |
| HSV(B) | 342.12º | 0.77% | 0.53% | - |
| XYZ | 11.35 | 6.48 | 5.21 | - |
| YUV | 65.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 62 | 0 | 0.77 | 0.54 | 0.47 | 342.12 | 0.63 | 0.33 |
| Hex | 87 | 1F | 3E | 0 | 4D | 36 | 2F | 156 | 3F | 21 |
| Octal | 207 | 37 | 76 | 0 | 115 | 66 | 57 | 526 | 77 | 41 |
| Binary | 10000111 | 11111 | 111110 | 0 | 1001101 | 110110 | 101111 | 101010110 | 111111 | 100001 |
Color Harmonies of #871F3E
Complementary color
Monochromatic Colors of #871F3E
Black with #871F3E
Text Example
Text Example
White with #871F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871F3E; }
p { color: rgb(135,31,62); }
H1.HeaderClassName
{
color: #871F3E;
}
.AnyTagClassName
{
color: #871F3E;
}
</style>
background-color css
<style>
a { background-color: #871F3E; }
a { background-color: rgb(135,31,62); }
div.DivClassName
{
background-color: #871F3E;
}
.BgClassName
{
background-color: #871F3E;
}
</style>
border-color css
<style>
span { border-color: #871F3E; }
span { border-color: rgb(135,31,62); }
td.TdClassName
{
border-color: #871F3E;
}
.TagClassName
{
border-color: #871F3E;
}
</style>