Shades of Shiraz #88183C
Tints of Shiraz #88183C
RGB
CMYK
RGB Variations
Color information
#88183C (or 0x88183C) is known color: Shiraz. HEX triplet: 88, 18 and 3C. RGB value is (136,24,60). Sum of RGB (Red+Green+Blue) = 136+24+60=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #88183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88183C is #77E7C3. Grayscale: #3D3D3D. Windows color (decimal): -7858116 or 3938440. OLE color: 3938440.
HSL color Cylindrical-coordinate representation of color #88183C: hue angle of 340.71º 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 #88183C is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 60 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.47 |
| HSL | 340.71º | 0.7% | 0.31% | - |
| HSV(B) | 340.71º | 0.82% | 0.53% | - |
| XYZ | 11.3 | 6.21 | 4.88 | - |
| YUV | 61.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 60 | 0 | 0.82 | 0.56 | 0.47 | 340.71 | 0.7 | 0.31 |
| Hex | 88 | 18 | 3C | 0 | 52 | 38 | 2F | 155 | 46 | 1F |
| Octal | 210 | 30 | 74 | 0 | 122 | 70 | 57 | 525 | 106 | 37 |
| Binary | 10001000 | 11000 | 111100 | 0 | 1010010 | 111000 | 101111 | 101010101 | 1000110 | 11111 |
Color Harmonies of #88183C
Complementary color
Monochromatic Colors of #88183C
Black with #88183C
Text Example
Text Example
White with #88183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88183C; }
p { color: rgb(136,24,60); }
H1.HeaderClassName
{
color: #88183C;
}
.AnyTagClassName
{
color: #88183C;
}
</style>
background-color css
<style>
a { background-color: #88183C; }
a { background-color: rgb(136,24,60); }
div.DivClassName
{
background-color: #88183C;
}
.BgClassName
{
background-color: #88183C;
}
</style>
border-color css
<style>
span { border-color: #88183C; }
span { border-color: rgb(136,24,60); }
td.TdClassName
{
border-color: #88183C;
}
.TagClassName
{
border-color: #88183C;
}
</style>