Shades of Shiraz #88203F
Tints of Shiraz #88203F
RGB
CMYK
RGB Variations
Color information
#88203F (or 0x88203F) is known color: Shiraz. HEX triplet: 88, 20 and 3F. RGB value is (136,32,63). Sum of RGB (Red+Green+Blue) = 136+32+63=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88203F is #77DFC0. Grayscale: #424242. Windows color (decimal): -7856065 or 4137096. OLE color: 4137096.
HSL color Cylindrical-coordinate representation of color #88203F: hue angle of 342.12º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88203F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 63 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.47 |
| HSL | 342.12º | 0.62% | 0.33% | - |
| HSV(B) | 342.12º | 0.76% | 0.53% | - |
| XYZ | 11.57 | 6.63 | 5.37 | - |
| YUV | 66.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 63 | 0 | 0.76 | 0.54 | 0.47 | 342.12 | 0.62 | 0.33 |
| Hex | 88 | 20 | 3F | 0 | 4C | 36 | 2F | 156 | 3E | 21 |
| Octal | 210 | 40 | 77 | 0 | 114 | 66 | 57 | 526 | 76 | 41 |
| Binary | 10001000 | 100000 | 111111 | 0 | 1001100 | 110110 | 101111 | 101010110 | 111110 | 100001 |
Color Harmonies of #88203F
Complementary color
Monochromatic Colors of #88203F
Black with #88203F
Text Example
Text Example
White with #88203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88203F; }
p { color: rgb(136,32,63); }
H1.HeaderClassName
{
color: #88203F;
}
.AnyTagClassName
{
color: #88203F;
}
</style>
background-color css
<style>
a { background-color: #88203F; }
a { background-color: rgb(136,32,63); }
div.DivClassName
{
background-color: #88203F;
}
.BgClassName
{
background-color: #88203F;
}
</style>
border-color css
<style>
span { border-color: #88203F; }
span { border-color: rgb(136,32,63); }
td.TdClassName
{
border-color: #88203F;
}
.TagClassName
{
border-color: #88203F;
}
</style>