Shades of Shiraz #871C39
Tints of Shiraz #871C39
RGB
CMYK
RGB Variations
Color information
#871C39 (or 0x871C39) is known color: Shiraz. HEX triplet: 87, 1C and 39. RGB value is (135,28,57). Sum of RGB (Red+Green+Blue) = 135+28+57=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #871C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C39 is #78E3C6. Grayscale: #3F3F3F. Windows color (decimal): -7922631 or 3742855. OLE color: 3742855.
HSL color Cylindrical-coordinate representation of color #871C39: hue angle of 343.74º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871C39 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 28 | 57 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.47 |
| HSL | 343.74º | 0.66% | 0.32% | - |
| HSV(B) | 343.74º | 0.79% | 0.53% | - |
| XYZ | 11.15 | 6.28 | 4.5 | - |
| YUV | 63.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 57 | 0 | 0.79 | 0.58 | 0.47 | 343.74 | 0.66 | 0.32 |
| Hex | 87 | 1C | 39 | 0 | 4F | 3A | 2F | 158 | 42 | 20 |
| Octal | 207 | 34 | 71 | 0 | 117 | 72 | 57 | 530 | 102 | 40 |
| Binary | 10000111 | 11100 | 111001 | 0 | 1001111 | 111010 | 101111 | 101011000 | 1000010 | 100000 |
Color Harmonies of #871C39
Complementary color
Monochromatic Colors of #871C39
Black with #871C39
Text Example
Text Example
White with #871C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871C39; }
p { color: rgb(135,28,57); }
H1.HeaderClassName
{
color: #871C39;
}
.AnyTagClassName
{
color: #871C39;
}
</style>
background-color css
<style>
a { background-color: #871C39; }
a { background-color: rgb(135,28,57); }
div.DivClassName
{
background-color: #871C39;
}
.BgClassName
{
background-color: #871C39;
}
</style>
border-color css
<style>
span { border-color: #871C39; }
span { border-color: rgb(135,28,57); }
td.TdClassName
{
border-color: #871C39;
}
.TagClassName
{
border-color: #871C39;
}
</style>