Shades of Shiraz #88113C
Tints of Shiraz #88113C
RGB
CMYK
RGB Variations
Color information
#88113C (or 0x88113C) is known color: Shiraz. HEX triplet: 88, 11 and 3C. RGB value is (136,17,60). Sum of RGB (Red+Green+Blue) = 136+17+60=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #88113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88113C is #77EEC3. Grayscale: #393939. Windows color (decimal): -7859908 or 3936648. OLE color: 3936648.
HSL color Cylindrical-coordinate representation of color #88113C: hue angle of 338.32º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88113C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 60 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.47 |
| HSL | 338.32º | 0.78% | 0.3% | - |
| HSV(B) | 338.32º | 0.88% | 0.53% | - |
| XYZ | 11.17 | 5.96 | 4.84 | - |
| YUV | 57.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 60 | 0 | 0.87 | 0.56 | 0.47 | 338.32 | 0.78 | 0.3 |
| Hex | 88 | 11 | 3C | 0 | 57 | 38 | 2F | 152 | 4E | 1E |
| Octal | 210 | 21 | 74 | 0 | 127 | 70 | 57 | 522 | 116 | 36 |
| Binary | 10001000 | 10001 | 111100 | 0 | 1010111 | 111000 | 101111 | 101010010 | 1001110 | 11110 |
Color Harmonies of #88113C
Complementary color
Monochromatic Colors of #88113C
Black with #88113C
Text Example
Text Example
White with #88113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88113C; }
p { color: rgb(136,17,60); }
H1.HeaderClassName
{
color: #88113C;
}
.AnyTagClassName
{
color: #88113C;
}
</style>
background-color css
<style>
a { background-color: #88113C; }
a { background-color: rgb(136,17,60); }
div.DivClassName
{
background-color: #88113C;
}
.BgClassName
{
background-color: #88113C;
}
</style>
border-color css
<style>
span { border-color: #88113C; }
span { border-color: rgb(136,17,60); }
td.TdClassName
{
border-color: #88113C;
}
.TagClassName
{
border-color: #88113C;
}
</style>