Shades of Shiraz #88183D
Tints of Shiraz #88183D
RGB
CMYK
RGB Variations
Color information
#88183D (or 0x88183D) is known color: Shiraz. HEX triplet: 88, 18 and 3D. RGB value is (136,24,61). Sum of RGB (Red+Green+Blue) = 136+24+61=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88183D is #77E7C2. Grayscale: #3D3D3D. Windows color (decimal): -7858115 or 4003976. OLE color: 4003976.
HSL color Cylindrical-coordinate representation of color #88183D: hue angle of 340.18º 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 #88183D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 61 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.47 |
| HSL | 340.18º | 0.7% | 0.31% | - |
| HSV(B) | 340.18º | 0.82% | 0.53% | - |
| XYZ | 11.32 | 6.22 | 5.02 | - |
| YUV | 61.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 61 | 0 | 0.82 | 0.55 | 0.47 | 340.18 | 0.7 | 0.31 |
| Hex | 88 | 18 | 3D | 0 | 52 | 37 | 2F | 154 | 46 | 1F |
| Octal | 210 | 30 | 75 | 0 | 122 | 67 | 57 | 524 | 106 | 37 |
| Binary | 10001000 | 11000 | 111101 | 0 | 1010010 | 110111 | 101111 | 101010100 | 1000110 | 11111 |
Color Harmonies of #88183D
Complementary color
Monochromatic Colors of #88183D
Black with #88183D
Text Example
Text Example
White with #88183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88183D; }
p { color: rgb(136,24,61); }
H1.HeaderClassName
{
color: #88183D;
}
.AnyTagClassName
{
color: #88183D;
}
</style>
background-color css
<style>
a { background-color: #88183D; }
a { background-color: rgb(136,24,61); }
div.DivClassName
{
background-color: #88183D;
}
.BgClassName
{
background-color: #88183D;
}
</style>
border-color css
<style>
span { border-color: #88183D; }
span { border-color: rgb(136,24,61); }
td.TdClassName
{
border-color: #88183D;
}
.TagClassName
{
border-color: #88183D;
}
</style>