Shades of Shiraz #88113D
Tints of Shiraz #88113D
RGB
CMYK
RGB Variations
Color information
#88113D (or 0x88113D) is known color: Shiraz. HEX triplet: 88, 11 and 3D. RGB value is (136,17,61). Sum of RGB (Red+Green+Blue) = 136+17+61=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88113D is #77EEC2. Grayscale: #393939. Windows color (decimal): -7859907 or 4002184. OLE color: 4002184.
HSL color Cylindrical-coordinate representation of color #88113D: hue angle of 337.82º 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 #88113D is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 61 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.47 |
| HSL | 337.82º | 0.78% | 0.3% | - |
| HSV(B) | 337.82º | 0.88% | 0.53% | - |
| XYZ | 11.2 | 5.97 | 4.98 | - |
| YUV | 57.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 61 | 0 | 0.87 | 0.55 | 0.47 | 337.82 | 0.78 | 0.3 |
| Hex | 88 | 11 | 3D | 0 | 57 | 37 | 2F | 152 | 4E | 1E |
| Octal | 210 | 21 | 75 | 0 | 127 | 67 | 57 | 522 | 116 | 36 |
| Binary | 10001000 | 10001 | 111101 | 0 | 1010111 | 110111 | 101111 | 101010010 | 1001110 | 11110 |
Color Harmonies of #88113D
Complementary color
Monochromatic Colors of #88113D
Black with #88113D
Text Example
Text Example
White with #88113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88113D; }
p { color: rgb(136,17,61); }
H1.HeaderClassName
{
color: #88113D;
}
.AnyTagClassName
{
color: #88113D;
}
</style>
background-color css
<style>
a { background-color: #88113D; }
a { background-color: rgb(136,17,61); }
div.DivClassName
{
background-color: #88113D;
}
.BgClassName
{
background-color: #88113D;
}
</style>
border-color css
<style>
span { border-color: #88113D; }
span { border-color: rgb(136,17,61); }
td.TdClassName
{
border-color: #88113D;
}
.TagClassName
{
border-color: #88113D;
}
</style>