Shades of Shiraz #88223F
Tints of Shiraz #88223F
RGB
CMYK
RGB Variations
Color information
#88223F (or 0x88223F) is known color: Shiraz. HEX triplet: 88, 22 and 3F. RGB value is (136,34,63). Sum of RGB (Red+Green+Blue) = 136+34+63=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88223F is #77DDC0. Grayscale: #434343. Windows color (decimal): -7855553 or 4137608. OLE color: 4137608.
HSL color Cylindrical-coordinate representation of color #88223F: hue angle of 342.94º 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 #88223F is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 63 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.47 |
| HSL | 342.94º | 0.6% | 0.33% | - |
| HSV(B) | 342.94º | 0.75% | 0.53% | - |
| XYZ | 11.62 | 6.74 | 5.39 | - |
| YUV | 67.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 63 | 0 | 0.75 | 0.54 | 0.47 | 342.94 | 0.6 | 0.33 |
| Hex | 88 | 22 | 3F | 0 | 4B | 36 | 2F | 157 | 3C | 21 |
| Octal | 210 | 42 | 77 | 0 | 113 | 66 | 57 | 527 | 74 | 41 |
| Binary | 10001000 | 100010 | 111111 | 0 | 1001011 | 110110 | 101111 | 101010111 | 111100 | 100001 |
Color Harmonies of #88223F
Complementary color
Monochromatic Colors of #88223F
Black with #88223F
Text Example
Text Example
White with #88223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88223F; }
p { color: rgb(136,34,63); }
H1.HeaderClassName
{
color: #88223F;
}
.AnyTagClassName
{
color: #88223F;
}
</style>
background-color css
<style>
a { background-color: #88223F; }
a { background-color: rgb(136,34,63); }
div.DivClassName
{
background-color: #88223F;
}
.BgClassName
{
background-color: #88223F;
}
</style>
border-color css
<style>
span { border-color: #88223F; }
span { border-color: rgb(136,34,63); }
td.TdClassName
{
border-color: #88223F;
}
.TagClassName
{
border-color: #88223F;
}
</style>