Shades of Shiraz #88293C
Tints of Shiraz #88293C
RGB
CMYK
RGB Variations
Color information
#88293C (or 0x88293C) is known color: Shiraz. HEX triplet: 88, 29 and 3C. RGB value is (136,41,60). Sum of RGB (Red+Green+Blue) = 136+41+60=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #88293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88293C is #77D6C3. Grayscale: #474747. Windows color (decimal): -7853764 or 3942792. OLE color: 3942792.
HSL color Cylindrical-coordinate representation of color #88293C: hue angle of 348º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88293C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 60 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.47 |
| HSL | 348º | 0.54% | 0.35% | - |
| HSV(B) | 348º | 0.7% | 0.53% | - |
| XYZ | 11.76 | 7.15 | 5.03 | - |
| YUV | 71.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 60 | 0 | 0.70 | 0.56 | 0.47 | 348 | 0.54 | 0.35 |
| Hex | 88 | 29 | 3C | 0 | 46 | 38 | 2F | 15C | 36 | 23 |
| Octal | 210 | 51 | 74 | 0 | 106 | 70 | 57 | 534 | 66 | 43 |
| Binary | 10001000 | 101001 | 111100 | 0 | 1000110 | 111000 | 101111 | 101011100 | 110110 | 100011 |
Color Harmonies of #88293C
Complementary color
Monochromatic Colors of #88293C
Black with #88293C
Text Example
Text Example
White with #88293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88293C; }
p { color: rgb(136,41,60); }
H1.HeaderClassName
{
color: #88293C;
}
.AnyTagClassName
{
color: #88293C;
}
</style>
background-color css
<style>
a { background-color: #88293C; }
a { background-color: rgb(136,41,60); }
div.DivClassName
{
background-color: #88293C;
}
.BgClassName
{
background-color: #88293C;
}
</style>
border-color css
<style>
span { border-color: #88293C; }
span { border-color: rgb(136,41,60); }
td.TdClassName
{
border-color: #88293C;
}
.TagClassName
{
border-color: #88293C;
}
</style>