Shades of Shiraz #87293C
Tints of Shiraz #87293C
RGB
CMYK
RGB Variations
Color information
#87293C (or 0x87293C) is known color: Shiraz. HEX triplet: 87, 29 and 3C. RGB value is (135,41,60). Sum of RGB (Red+Green+Blue) = 135+41+60=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #87293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87293C is #78D6C3. Grayscale: #474747. Windows color (decimal): -7919300 or 3942791. OLE color: 3942791.
HSL color Cylindrical-coordinate representation of color #87293C: hue angle of 347.87º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87293C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 60 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.47 |
| HSL | 347.87º | 0.53% | 0.35% | - |
| HSV(B) | 347.87º | 0.7% | 0.53% | - |
| XYZ | 11.6 | 7.06 | 5.03 | - |
| YUV | 71.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 60 | 0 | 0.70 | 0.56 | 0.47 | 347.87 | 0.53 | 0.35 |
| Hex | 87 | 29 | 3C | 0 | 46 | 38 | 2F | 15C | 35 | 23 |
| Octal | 207 | 51 | 74 | 0 | 106 | 70 | 57 | 534 | 65 | 43 |
| Binary | 10000111 | 101001 | 111100 | 0 | 1000110 | 111000 | 101111 | 101011100 | 110101 | 100011 |
Color Harmonies of #87293C
Complementary color
Monochromatic Colors of #87293C
Black with #87293C
Text Example
Text Example
White with #87293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87293C; }
p { color: rgb(135,41,60); }
H1.HeaderClassName
{
color: #87293C;
}
.AnyTagClassName
{
color: #87293C;
}
</style>
background-color css
<style>
a { background-color: #87293C; }
a { background-color: rgb(135,41,60); }
div.DivClassName
{
background-color: #87293C;
}
.BgClassName
{
background-color: #87293C;
}
</style>
border-color css
<style>
span { border-color: #87293C; }
span { border-color: rgb(135,41,60); }
td.TdClassName
{
border-color: #87293C;
}
.TagClassName
{
border-color: #87293C;
}
</style>