Shades of Shiraz #88243D
Tints of Shiraz #88243D
RGB
CMYK
RGB Variations
Color information
#88243D (or 0x88243D) is known color: Shiraz. HEX triplet: 88, 24 and 3D. RGB value is (136,36,61). Sum of RGB (Red+Green+Blue) = 136+36+61=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88243D is #77DBC2. Grayscale: #444444. Windows color (decimal): -7855043 or 4007048. OLE color: 4007048.
HSL color Cylindrical-coordinate representation of color #88243D: hue angle of 345º degrees, saturation: 0.58, 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 #88243D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 61 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.47 |
| HSL | 345º | 0.58% | 0.34% | - |
| HSV(B) | 345º | 0.74% | 0.53% | - |
| XYZ | 11.63 | 6.83 | 5.12 | - |
| YUV | 68.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 61 | 0 | 0.74 | 0.55 | 0.47 | 345 | 0.58 | 0.34 |
| Hex | 88 | 24 | 3D | 0 | 4A | 37 | 2F | 159 | 3A | 22 |
| Octal | 210 | 44 | 75 | 0 | 112 | 67 | 57 | 531 | 72 | 42 |
| Binary | 10001000 | 100100 | 111101 | 0 | 1001010 | 110111 | 101111 | 101011001 | 111010 | 100010 |
Color Harmonies of #88243D
Complementary color
Monochromatic Colors of #88243D
Black with #88243D
Text Example
Text Example
White with #88243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88243D; }
p { color: rgb(136,36,61); }
H1.HeaderClassName
{
color: #88243D;
}
.AnyTagClassName
{
color: #88243D;
}
</style>
background-color css
<style>
a { background-color: #88243D; }
a { background-color: rgb(136,36,61); }
div.DivClassName
{
background-color: #88243D;
}
.BgClassName
{
background-color: #88243D;
}
</style>
border-color css
<style>
span { border-color: #88243D; }
span { border-color: rgb(136,36,61); }
td.TdClassName
{
border-color: #88243D;
}
.TagClassName
{
border-color: #88243D;
}
</style>