Shades of Shiraz #881737
Tints of Shiraz #881737
RGB
CMYK
RGB Variations
Color information
#881737 (or 0x881737) is known color: Shiraz. HEX triplet: 88, 17 and 37. RGB value is (136,23,55). Sum of RGB (Red+Green+Blue) = 136+23+55=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #881737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881737 is #77E8C8. Grayscale: #3C3C3C. Windows color (decimal): -7858377 or 3610504. OLE color: 3610504.
HSL color Cylindrical-coordinate representation of color #881737: hue angle of 343.01º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881737 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 55 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.47 |
| HSL | 343.01º | 0.71% | 0.31% | - |
| HSV(B) | 343.01º | 0.83% | 0.53% | - |
| XYZ | 11.15 | 6.12 | 4.21 | - |
| YUV | 60.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 55 | 0 | 0.83 | 0.60 | 0.47 | 343.01 | 0.71 | 0.31 |
| Hex | 88 | 17 | 37 | 0 | 53 | 3C | 2F | 157 | 47 | 1F |
| Octal | 210 | 27 | 67 | 0 | 123 | 74 | 57 | 527 | 107 | 37 |
| Binary | 10001000 | 10111 | 110111 | 0 | 1010011 | 111100 | 101111 | 101010111 | 1000111 | 11111 |
Color Harmonies of #881737
Complementary color
Monochromatic Colors of #881737
Black with #881737
Text Example
Text Example
White with #881737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881737; }
p { color: rgb(136,23,55); }
H1.HeaderClassName
{
color: #881737;
}
.AnyTagClassName
{
color: #881737;
}
</style>
background-color css
<style>
a { background-color: #881737; }
a { background-color: rgb(136,23,55); }
div.DivClassName
{
background-color: #881737;
}
.BgClassName
{
background-color: #881737;
}
</style>
border-color css
<style>
span { border-color: #881737; }
span { border-color: rgb(136,23,55); }
td.TdClassName
{
border-color: #881737;
}
.TagClassName
{
border-color: #881737;
}
</style>