Shades of Shiraz #88163C
Tints of Shiraz #88163C
RGB
CMYK
RGB Variations
Color information
#88163C (or 0x88163C) is known color: Shiraz. HEX triplet: 88, 16 and 3C. RGB value is (136,22,60). Sum of RGB (Red+Green+Blue) = 136+22+60=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88163C is #77E9C3. Grayscale: #3C3C3C. Windows color (decimal): -7858628 or 3937928. OLE color: 3937928.
HSL color Cylindrical-coordinate representation of color #88163C: hue angle of 340º 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 #88163C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 60 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.47 |
| HSL | 340º | 0.72% | 0.31% | - |
| HSV(B) | 340º | 0.84% | 0.53% | - |
| XYZ | 11.26 | 6.13 | 4.87 | - |
| YUV | 60.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 60 | 0 | 0.84 | 0.56 | 0.47 | 340 | 0.72 | 0.31 |
| Hex | 88 | 16 | 3C | 0 | 54 | 38 | 2F | 154 | 48 | 1F |
| Octal | 210 | 26 | 74 | 0 | 124 | 70 | 57 | 524 | 110 | 37 |
| Binary | 10001000 | 10110 | 111100 | 0 | 1010100 | 111000 | 101111 | 101010100 | 1001000 | 11111 |
Color Harmonies of #88163C
Complementary color
Monochromatic Colors of #88163C
Black with #88163C
Text Example
Text Example
White with #88163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88163C; }
p { color: rgb(136,22,60); }
H1.HeaderClassName
{
color: #88163C;
}
.AnyTagClassName
{
color: #88163C;
}
</style>
background-color css
<style>
a { background-color: #88163C; }
a { background-color: rgb(136,22,60); }
div.DivClassName
{
background-color: #88163C;
}
.BgClassName
{
background-color: #88163C;
}
</style>
border-color css
<style>
span { border-color: #88163C; }
span { border-color: rgb(136,22,60); }
td.TdClassName
{
border-color: #88163C;
}
.TagClassName
{
border-color: #88163C;
}
</style>