Shades of Shiraz #882231
Tints of Shiraz #882231
RGB
CMYK
RGB Variations
Color information
#882231 (or 0x882231) is known color: Shiraz. HEX triplet: 88, 22 and 31. RGB value is (136,34,49). Sum of RGB (Red+Green+Blue) = 136+34+49=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #882231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882231 is #77DDCE. Grayscale: #424242. Windows color (decimal): -7855567 or 3220104. OLE color: 3220104.
HSL color Cylindrical-coordinate representation of color #882231: hue angle of 351.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882231 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 49 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.47 |
| HSL | 351.18º | 0.6% | 0.33% | - |
| HSV(B) | 351.18º | 0.75% | 0.53% | - |
| XYZ | 11.28 | 6.6 | 3.59 | - |
| YUV | 66.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 49 | 0 | 0.75 | 0.64 | 0.47 | 351.18 | 0.6 | 0.33 |
| Hex | 88 | 22 | 31 | 0 | 4B | 40 | 2F | 15F | 3C | 21 |
| Octal | 210 | 42 | 61 | 0 | 113 | 100 | 57 | 537 | 74 | 41 |
| Binary | 10001000 | 100010 | 110001 | 0 | 1001011 | 1000000 | 101111 | 101011111 | 111100 | 100001 |
Color Harmonies of #882231
Complementary color
Monochromatic Colors of #882231
Black with #882231
Text Example
Text Example
White with #882231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882231; }
p { color: rgb(136,34,49); }
H1.HeaderClassName
{
color: #882231;
}
.AnyTagClassName
{
color: #882231;
}
</style>
background-color css
<style>
a { background-color: #882231; }
a { background-color: rgb(136,34,49); }
div.DivClassName
{
background-color: #882231;
}
.BgClassName
{
background-color: #882231;
}
</style>
border-color css
<style>
span { border-color: #882231; }
span { border-color: rgb(136,34,49); }
td.TdClassName
{
border-color: #882231;
}
.TagClassName
{
border-color: #882231;
}
</style>