Shades of Shiraz #88233C
Tints of Shiraz #88233C
RGB
CMYK
RGB Variations
Color information
#88233C (or 0x88233C) is known color: Shiraz. HEX triplet: 88, 23 and 3C. RGB value is (136,35,60). Sum of RGB (Red+Green+Blue) = 136+35+60=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88233C is #77DCC3. Grayscale: #444444. Windows color (decimal): -7855300 or 3941256. OLE color: 3941256.
HSL color Cylindrical-coordinate representation of color #88233C: hue angle of 345.15º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88233C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 60 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.47 |
| HSL | 345.15º | 0.59% | 0.34% | - |
| HSV(B) | 345.15º | 0.74% | 0.53% | - |
| XYZ | 11.57 | 6.76 | 4.97 | - |
| YUV | 68.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 60 | 0 | 0.74 | 0.56 | 0.47 | 345.15 | 0.59 | 0.34 |
| Hex | 88 | 23 | 3C | 0 | 4A | 38 | 2F | 159 | 3B | 22 |
| Octal | 210 | 43 | 74 | 0 | 112 | 70 | 57 | 531 | 73 | 42 |
| Binary | 10001000 | 100011 | 111100 | 0 | 1001010 | 111000 | 101111 | 101011001 | 111011 | 100010 |
Color Harmonies of #88233C
Complementary color
Monochromatic Colors of #88233C
Black with #88233C
Text Example
Text Example
White with #88233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88233C; }
p { color: rgb(136,35,60); }
H1.HeaderClassName
{
color: #88233C;
}
.AnyTagClassName
{
color: #88233C;
}
</style>
background-color css
<style>
a { background-color: #88233C; }
a { background-color: rgb(136,35,60); }
div.DivClassName
{
background-color: #88233C;
}
.BgClassName
{
background-color: #88233C;
}
</style>
border-color css
<style>
span { border-color: #88233C; }
span { border-color: rgb(136,35,60); }
td.TdClassName
{
border-color: #88233C;
}
.TagClassName
{
border-color: #88233C;
}
</style>