Shades of Shiraz #882037
Tints of Shiraz #882037
RGB
CMYK
RGB Variations
Color information
#882037 (or 0x882037) is known color: Shiraz. HEX triplet: 88, 20 and 37. RGB value is (136,32,55). Sum of RGB (Red+Green+Blue) = 136+32+55=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882037 is #77DFC8. Grayscale: #414141. Windows color (decimal): -7856073 or 3612808. OLE color: 3612808.
HSL color Cylindrical-coordinate representation of color #882037: hue angle of 346.73º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882037 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 55 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.47 |
| HSL | 346.73º | 0.62% | 0.33% | - |
| HSV(B) | 346.73º | 0.76% | 0.53% | - |
| XYZ | 11.36 | 6.54 | 4.28 | - |
| YUV | 65.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 55 | 0 | 0.76 | 0.60 | 0.47 | 346.73 | 0.62 | 0.33 |
| Hex | 88 | 20 | 37 | 0 | 4C | 3C | 2F | 15B | 3E | 21 |
| Octal | 210 | 40 | 67 | 0 | 114 | 74 | 57 | 533 | 76 | 41 |
| Binary | 10001000 | 100000 | 110111 | 0 | 1001100 | 111100 | 101111 | 101011011 | 111110 | 100001 |
Color Harmonies of #882037
Complementary color
Monochromatic Colors of #882037
Black with #882037
Text Example
Text Example
White with #882037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882037; }
p { color: rgb(136,32,55); }
H1.HeaderClassName
{
color: #882037;
}
.AnyTagClassName
{
color: #882037;
}
</style>
background-color css
<style>
a { background-color: #882037; }
a { background-color: rgb(136,32,55); }
div.DivClassName
{
background-color: #882037;
}
.BgClassName
{
background-color: #882037;
}
</style>
border-color css
<style>
span { border-color: #882037; }
span { border-color: rgb(136,32,55); }
td.TdClassName
{
border-color: #882037;
}
.TagClassName
{
border-color: #882037;
}
</style>