Shades of Shiraz #87223C
Tints of Shiraz #87223C
RGB
CMYK
RGB Variations
Color information
#87223C (or 0x87223C) is known color: Shiraz. HEX triplet: 87, 22 and 3C. RGB value is (135,34,60). Sum of RGB (Red+Green+Blue) = 135+34+60=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87223C is #78DDC3. Grayscale: #434343. Windows color (decimal): -7921092 or 3940999. OLE color: 3940999.
HSL color Cylindrical-coordinate representation of color #87223C: hue angle of 344.55º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87223C is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 60 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.47 |
| HSL | 344.55º | 0.6% | 0.33% | - |
| HSV(B) | 344.55º | 0.75% | 0.53% | - |
| XYZ | 11.38 | 6.62 | 4.95 | - |
| YUV | 67.16 | 123.96 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 60 | 0 | 0.75 | 0.56 | 0.47 | 344.55 | 0.6 | 0.33 |
| Hex | 87 | 22 | 3C | 0 | 4B | 38 | 2F | 159 | 3C | 21 |
| Octal | 207 | 42 | 74 | 0 | 113 | 70 | 57 | 531 | 74 | 41 |
| Binary | 10000111 | 100010 | 111100 | 0 | 1001011 | 111000 | 101111 | 101011001 | 111100 | 100001 |
Color Harmonies of #87223C
Complementary color
Monochromatic Colors of #87223C
Black with #87223C
Text Example
Text Example
White with #87223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87223C; }
p { color: rgb(135,34,60); }
H1.HeaderClassName
{
color: #87223C;
}
.AnyTagClassName
{
color: #87223C;
}
</style>
background-color css
<style>
a { background-color: #87223C; }
a { background-color: rgb(135,34,60); }
div.DivClassName
{
background-color: #87223C;
}
.BgClassName
{
background-color: #87223C;
}
</style>
border-color css
<style>
span { border-color: #87223C; }
span { border-color: rgb(135,34,60); }
td.TdClassName
{
border-color: #87223C;
}
.TagClassName
{
border-color: #87223C;
}
</style>