Shades of Shiraz #881637
Tints of Shiraz #881637
RGB
CMYK
RGB Variations
Color information
#881637 (or 0x881637) is known color: Shiraz. HEX triplet: 88, 16 and 37. RGB value is (136,22,55). Sum of RGB (Red+Green+Blue) = 136+22+55=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #881637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881637 is #77E9C8. Grayscale: #3B3B3B. Windows color (decimal): -7858633 or 3610248. OLE color: 3610248.
HSL color Cylindrical-coordinate representation of color #881637: hue angle of 342.63º 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 #881637 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 55 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.47 |
| HSL | 342.63º | 0.72% | 0.31% | - |
| HSV(B) | 342.63º | 0.84% | 0.53% | - |
| XYZ | 11.13 | 6.08 | 4.2 | - |
| YUV | 59.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 55 | 0 | 0.84 | 0.60 | 0.47 | 342.63 | 0.72 | 0.31 |
| Hex | 88 | 16 | 37 | 0 | 54 | 3C | 2F | 157 | 48 | 1F |
| Octal | 210 | 26 | 67 | 0 | 124 | 74 | 57 | 527 | 110 | 37 |
| Binary | 10001000 | 10110 | 110111 | 0 | 1010100 | 111100 | 101111 | 101010111 | 1001000 | 11111 |
Color Harmonies of #881637
Complementary color
Monochromatic Colors of #881637
Black with #881637
Text Example
Text Example
White with #881637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881637; }
p { color: rgb(136,22,55); }
H1.HeaderClassName
{
color: #881637;
}
.AnyTagClassName
{
color: #881637;
}
</style>
background-color css
<style>
a { background-color: #881637; }
a { background-color: rgb(136,22,55); }
div.DivClassName
{
background-color: #881637;
}
.BgClassName
{
background-color: #881637;
}
</style>
border-color css
<style>
span { border-color: #881637; }
span { border-color: rgb(136,22,55); }
td.TdClassName
{
border-color: #881637;
}
.TagClassName
{
border-color: #881637;
}
</style>