Shades of Shiraz #87173C
Tints of Shiraz #87173C
RGB
CMYK
RGB Variations
Color information
#87173C (or 0x87173C) is known color: Shiraz. HEX triplet: 87, 17 and 3C. RGB value is (135,23,60). Sum of RGB (Red+Green+Blue) = 135+23+60=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87173C is #78E8C3. Grayscale: #3C3C3C. Windows color (decimal): -7923908 or 3938183. OLE color: 3938183.
HSL color Cylindrical-coordinate representation of color #87173C: hue angle of 340.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87173C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 60 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.47 |
| HSL | 340.18º | 0.71% | 0.31% | - |
| HSV(B) | 340.18º | 0.83% | 0.53% | - |
| XYZ | 11.11 | 6.09 | 4.86 | - |
| YUV | 60.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 60 | 0 | 0.83 | 0.56 | 0.47 | 340.18 | 0.71 | 0.31 |
| Hex | 87 | 17 | 3C | 0 | 53 | 38 | 2F | 154 | 47 | 1F |
| Octal | 207 | 27 | 74 | 0 | 123 | 70 | 57 | 524 | 107 | 37 |
| Binary | 10000111 | 10111 | 111100 | 0 | 1010011 | 111000 | 101111 | 101010100 | 1000111 | 11111 |
Color Harmonies of #87173C
Complementary color
Monochromatic Colors of #87173C
Black with #87173C
Text Example
Text Example
White with #87173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87173C; }
p { color: rgb(135,23,60); }
H1.HeaderClassName
{
color: #87173C;
}
.AnyTagClassName
{
color: #87173C;
}
</style>
background-color css
<style>
a { background-color: #87173C; }
a { background-color: rgb(135,23,60); }
div.DivClassName
{
background-color: #87173C;
}
.BgClassName
{
background-color: #87173C;
}
</style>
border-color css
<style>
span { border-color: #87173C; }
span { border-color: rgb(135,23,60); }
td.TdClassName
{
border-color: #87173C;
}
.TagClassName
{
border-color: #87173C;
}
</style>