Shades of Shiraz #882837
Tints of Shiraz #882837
RGB
CMYK
RGB Variations
Color information
#882837 (or 0x882837) is known color: Shiraz. HEX triplet: 88, 28 and 37. RGB value is (136,40,55). Sum of RGB (Red+Green+Blue) = 136+40+55=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #882837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882837 is #77D7C8. Grayscale: #464646. Windows color (decimal): -7854025 or 3614856. OLE color: 3614856.
HSL color Cylindrical-coordinate representation of color #882837: hue angle of 350.62º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882837 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 55 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.47 |
| HSL | 350.63º | 0.55% | 0.35% | - |
| HSV(B) | 350.63º | 0.71% | 0.53% | - |
| XYZ | 11.6 | 7.03 | 4.36 | - |
| YUV | 70.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 55 | 0 | 0.71 | 0.60 | 0.47 | 350.63 | 0.55 | 0.35 |
| Hex | 88 | 28 | 37 | 0 | 47 | 3C | 2F | 15F | 37 | 23 |
| Octal | 210 | 50 | 67 | 0 | 107 | 74 | 57 | 537 | 67 | 43 |
| Binary | 10001000 | 101000 | 110111 | 0 | 1000111 | 111100 | 101111 | 101011111 | 110111 | 100011 |
Color Harmonies of #882837
Complementary color
Monochromatic Colors of #882837
Black with #882837
Text Example
Text Example
White with #882837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882837; }
p { color: rgb(136,40,55); }
H1.HeaderClassName
{
color: #882837;
}
.AnyTagClassName
{
color: #882837;
}
</style>
background-color css
<style>
a { background-color: #882837; }
a { background-color: rgb(136,40,55); }
div.DivClassName
{
background-color: #882837;
}
.BgClassName
{
background-color: #882837;
}
</style>
border-color css
<style>
span { border-color: #882837; }
span { border-color: rgb(136,40,55); }
td.TdClassName
{
border-color: #882837;
}
.TagClassName
{
border-color: #882837;
}
</style>