Shades of Shiraz #87163C
Tints of Shiraz #87163C
RGB
CMYK
RGB Variations
Color information
#87163C (or 0x87163C) is known color: Shiraz. HEX triplet: 87, 16 and 3C. RGB value is (135,22,60). Sum of RGB (Red+Green+Blue) = 135+22+60=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87163C is #78E9C3. Grayscale: #3C3C3C. Windows color (decimal): -7924164 or 3937927. OLE color: 3937927.
HSL color Cylindrical-coordinate representation of color #87163C: hue angle of 339.82º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87163C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 60 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.47 |
| HSL | 339.82º | 0.72% | 0.31% | - |
| HSV(B) | 339.82º | 0.84% | 0.53% | - |
| XYZ | 11.09 | 6.05 | 4.86 | - |
| YUV | 60.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 60 | 0 | 0.84 | 0.56 | 0.47 | 339.82 | 0.72 | 0.31 |
| Hex | 87 | 16 | 3C | 0 | 54 | 38 | 2F | 154 | 48 | 1F |
| Octal | 207 | 26 | 74 | 0 | 124 | 70 | 57 | 524 | 110 | 37 |
| Binary | 10000111 | 10110 | 111100 | 0 | 1010100 | 111000 | 101111 | 101010100 | 1001000 | 11111 |
Color Harmonies of #87163C
Complementary color
Monochromatic Colors of #87163C
Black with #87163C
Text Example
Text Example
White with #87163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87163C; }
p { color: rgb(135,22,60); }
H1.HeaderClassName
{
color: #87163C;
}
.AnyTagClassName
{
color: #87163C;
}
</style>
background-color css
<style>
a { background-color: #87163C; }
a { background-color: rgb(135,22,60); }
div.DivClassName
{
background-color: #87163C;
}
.BgClassName
{
background-color: #87163C;
}
</style>
border-color css
<style>
span { border-color: #87163C; }
span { border-color: rgb(135,22,60); }
td.TdClassName
{
border-color: #87163C;
}
.TagClassName
{
border-color: #87163C;
}
</style>