Shades of Shiraz #87223A
Tints of Shiraz #87223A
RGB
CMYK
RGB Variations
Color information
#87223A (or 0x87223A) is known color: Shiraz. HEX triplet: 87, 22 and 3A. RGB value is (135,34,58). Sum of RGB (Red+Green+Blue) = 135+34+58=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87223A is #78DDC5. Grayscale: #424242. Windows color (decimal): -7921094 or 3809927. OLE color: 3809927.
HSL color Cylindrical-coordinate representation of color #87223A: hue angle of 345.74º 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 #87223A is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 58 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.47 |
| HSL | 345.74º | 0.6% | 0.33% | - |
| HSV(B) | 345.74º | 0.75% | 0.53% | - |
| XYZ | 11.33 | 6.6 | 4.68 | - |
| YUV | 66.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 58 | 0 | 0.75 | 0.57 | 0.47 | 345.74 | 0.6 | 0.33 |
| Hex | 87 | 22 | 3A | 0 | 4B | 39 | 2F | 15A | 3C | 21 |
| Octal | 207 | 42 | 72 | 0 | 113 | 71 | 57 | 532 | 74 | 41 |
| Binary | 10000111 | 100010 | 111010 | 0 | 1001011 | 111001 | 101111 | 101011010 | 111100 | 100001 |
Color Harmonies of #87223A
Complementary color
Monochromatic Colors of #87223A
Black with #87223A
Text Example
Text Example
White with #87223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87223A; }
p { color: rgb(135,34,58); }
H1.HeaderClassName
{
color: #87223A;
}
.AnyTagClassName
{
color: #87223A;
}
</style>
background-color css
<style>
a { background-color: #87223A; }
a { background-color: rgb(135,34,58); }
div.DivClassName
{
background-color: #87223A;
}
.BgClassName
{
background-color: #87223A;
}
</style>
border-color css
<style>
span { border-color: #87223A; }
span { border-color: rgb(135,34,58); }
td.TdClassName
{
border-color: #87223A;
}
.TagClassName
{
border-color: #87223A;
}
</style>