Shades of Shiraz #88233B
Tints of Shiraz #88233B
RGB
CMYK
RGB Variations
Color information
#88233B (or 0x88233B) is known color: Shiraz. HEX triplet: 88, 23 and 3B. RGB value is (136,35,59). Sum of RGB (Red+Green+Blue) = 136+35+59=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88233B is #77DCC4. Grayscale: #434343. Windows color (decimal): -7855301 or 3875720. OLE color: 3875720.
HSL color Cylindrical-coordinate representation of color #88233B: hue angle of 345.74º 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 #88233B is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 59 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.47 |
| HSL | 345.74º | 0.59% | 0.34% | - |
| HSV(B) | 345.74º | 0.74% | 0.53% | - |
| XYZ | 11.54 | 6.75 | 4.83 | - |
| YUV | 67.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 59 | 0 | 0.74 | 0.57 | 0.47 | 345.74 | 0.59 | 0.34 |
| Hex | 88 | 23 | 3B | 0 | 4A | 39 | 2F | 15A | 3B | 22 |
| Octal | 210 | 43 | 73 | 0 | 112 | 71 | 57 | 532 | 73 | 42 |
| Binary | 10001000 | 100011 | 111011 | 0 | 1001010 | 111001 | 101111 | 101011010 | 111011 | 100010 |
Color Harmonies of #88233B
Complementary color
Monochromatic Colors of #88233B
Black with #88233B
Text Example
Text Example
White with #88233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88233B; }
p { color: rgb(136,35,59); }
H1.HeaderClassName
{
color: #88233B;
}
.AnyTagClassName
{
color: #88233B;
}
</style>
background-color css
<style>
a { background-color: #88233B; }
a { background-color: rgb(136,35,59); }
div.DivClassName
{
background-color: #88233B;
}
.BgClassName
{
background-color: #88233B;
}
</style>
border-color css
<style>
span { border-color: #88233B; }
span { border-color: rgb(136,35,59); }
td.TdClassName
{
border-color: #88233B;
}
.TagClassName
{
border-color: #88233B;
}
</style>