Shades of Shiraz #881636
Tints of Shiraz #881636
RGB
CMYK
RGB Variations
Color information
#881636 (or 0x881636) is known color: Shiraz. HEX triplet: 88, 16 and 36. RGB value is (136,22,54). Sum of RGB (Red+Green+Blue) = 136+22+54=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #881636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881636 is #77E9C9. Grayscale: #3B3B3B. Windows color (decimal): -7858634 or 3544712. OLE color: 3544712.
HSL color Cylindrical-coordinate representation of color #881636: hue angle of 343.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881636 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 54 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.47 |
| HSL | 343.16º | 0.72% | 0.31% | - |
| HSV(B) | 343.16º | 0.84% | 0.53% | - |
| XYZ | 11.11 | 6.07 | 4.08 | - |
| YUV | 59.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 54 | 0 | 0.84 | 0.60 | 0.47 | 343.16 | 0.72 | 0.31 |
| Hex | 88 | 16 | 36 | 0 | 54 | 3C | 2F | 157 | 48 | 1F |
| Octal | 210 | 26 | 66 | 0 | 124 | 74 | 57 | 527 | 110 | 37 |
| Binary | 10001000 | 10110 | 110110 | 0 | 1010100 | 111100 | 101111 | 101010111 | 1001000 | 11111 |
Color Harmonies of #881636
Complementary color
Monochromatic Colors of #881636
Black with #881636
Text Example
Text Example
White with #881636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881636; }
p { color: rgb(136,22,54); }
H1.HeaderClassName
{
color: #881636;
}
.AnyTagClassName
{
color: #881636;
}
</style>
background-color css
<style>
a { background-color: #881636; }
a { background-color: rgb(136,22,54); }
div.DivClassName
{
background-color: #881636;
}
.BgClassName
{
background-color: #881636;
}
</style>
border-color css
<style>
span { border-color: #881636; }
span { border-color: rgb(136,22,54); }
td.TdClassName
{
border-color: #881636;
}
.TagClassName
{
border-color: #881636;
}
</style>