Shades of Shiraz #88183B
Tints of Shiraz #88183B
RGB
CMYK
RGB Variations
Color information
#88183B (or 0x88183B) is known color: Shiraz. HEX triplet: 88, 18 and 3B. RGB value is (136,24,59). Sum of RGB (Red+Green+Blue) = 136+24+59=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88183B is #77E7C4. Grayscale: #3D3D3D. Windows color (decimal): -7858117 or 3872904. OLE color: 3872904.
HSL color Cylindrical-coordinate representation of color #88183B: hue angle of 341.25º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88183B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 59 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.47 |
| HSL | 341.25º | 0.7% | 0.31% | - |
| HSV(B) | 341.25º | 0.82% | 0.53% | - |
| XYZ | 11.27 | 6.2 | 4.74 | - |
| YUV | 61.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 59 | 0 | 0.82 | 0.57 | 0.47 | 341.25 | 0.7 | 0.31 |
| Hex | 88 | 18 | 3B | 0 | 52 | 39 | 2F | 155 | 46 | 1F |
| Octal | 210 | 30 | 73 | 0 | 122 | 71 | 57 | 525 | 106 | 37 |
| Binary | 10001000 | 11000 | 111011 | 0 | 1010010 | 111001 | 101111 | 101010101 | 1000110 | 11111 |
Color Harmonies of #88183B
Complementary color
Monochromatic Colors of #88183B
Black with #88183B
Text Example
Text Example
White with #88183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88183B; }
p { color: rgb(136,24,59); }
H1.HeaderClassName
{
color: #88183B;
}
.AnyTagClassName
{
color: #88183B;
}
</style>
background-color css
<style>
a { background-color: #88183B; }
a { background-color: rgb(136,24,59); }
div.DivClassName
{
background-color: #88183B;
}
.BgClassName
{
background-color: #88183B;
}
</style>
border-color css
<style>
span { border-color: #88183B; }
span { border-color: rgb(136,24,59); }
td.TdClassName
{
border-color: #88183B;
}
.TagClassName
{
border-color: #88183B;
}
</style>