Shades of Shiraz #88173C
Tints of Shiraz #88173C
RGB
CMYK
RGB Variations
Color information
#88173C (or 0x88173C) is known color: Shiraz. HEX triplet: 88, 17 and 3C. RGB value is (136,23,60). Sum of RGB (Red+Green+Blue) = 136+23+60=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88173C is #77E8C3. Grayscale: #3C3C3C. Windows color (decimal): -7858372 or 3938184. OLE color: 3938184.
HSL color Cylindrical-coordinate representation of color #88173C: hue angle of 340.35º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #88173C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 60 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.47 |
| HSL | 340.35º | 0.71% | 0.31% | - |
| HSV(B) | 340.35º | 0.83% | 0.53% | - |
| XYZ | 11.28 | 6.17 | 4.87 | - |
| YUV | 61.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 60 | 0 | 0.83 | 0.56 | 0.47 | 340.35 | 0.71 | 0.31 |
| Hex | 88 | 17 | 3C | 0 | 53 | 38 | 2F | 154 | 47 | 1F |
| Octal | 210 | 27 | 74 | 0 | 123 | 70 | 57 | 524 | 107 | 37 |
| Binary | 10001000 | 10111 | 111100 | 0 | 1010011 | 111000 | 101111 | 101010100 | 1000111 | 11111 |
Color Harmonies of #88173C
Complementary color
Monochromatic Colors of #88173C
Black with #88173C
Text Example
Text Example
White with #88173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88173C; }
p { color: rgb(136,23,60); }
H1.HeaderClassName
{
color: #88173C;
}
.AnyTagClassName
{
color: #88173C;
}
</style>
background-color css
<style>
a { background-color: #88173C; }
a { background-color: rgb(136,23,60); }
div.DivClassName
{
background-color: #88173C;
}
.BgClassName
{
background-color: #88173C;
}
</style>
border-color css
<style>
span { border-color: #88173C; }
span { border-color: rgb(136,23,60); }
td.TdClassName
{
border-color: #88173C;
}
.TagClassName
{
border-color: #88173C;
}
</style>