Shades of Shiraz #882131
Tints of Shiraz #882131
RGB
CMYK
RGB Variations
Color information
#882131 (or 0x882131) is known color: Shiraz. HEX triplet: 88, 21 and 31. RGB value is (136,33,49). Sum of RGB (Red+Green+Blue) = 136+33+49=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #882131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882131 is #77DECE. Grayscale: #414141. Windows color (decimal): -7855823 or 3219848. OLE color: 3219848.
HSL color Cylindrical-coordinate representation of color #882131: hue angle of 350.68º degrees, saturation: 0.61, 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 #882131 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 49 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.47 |
| HSL | 350.68º | 0.61% | 0.33% | - |
| HSV(B) | 350.68º | 0.76% | 0.53% | - |
| XYZ | 11.25 | 6.54 | 3.58 | - |
| YUV | 65.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 49 | 0 | 0.76 | 0.64 | 0.47 | 350.68 | 0.61 | 0.33 |
| Hex | 88 | 21 | 31 | 0 | 4C | 40 | 2F | 15F | 3D | 21 |
| Octal | 210 | 41 | 61 | 0 | 114 | 100 | 57 | 537 | 75 | 41 |
| Binary | 10001000 | 100001 | 110001 | 0 | 1001100 | 1000000 | 101111 | 101011111 | 111101 | 100001 |
Color Harmonies of #882131
Complementary color
Monochromatic Colors of #882131
Black with #882131
Text Example
Text Example
White with #882131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882131; }
p { color: rgb(136,33,49); }
H1.HeaderClassName
{
color: #882131;
}
.AnyTagClassName
{
color: #882131;
}
</style>
background-color css
<style>
a { background-color: #882131; }
a { background-color: rgb(136,33,49); }
div.DivClassName
{
background-color: #882131;
}
.BgClassName
{
background-color: #882131;
}
</style>
border-color css
<style>
span { border-color: #882131; }
span { border-color: rgb(136,33,49); }
td.TdClassName
{
border-color: #882131;
}
.TagClassName
{
border-color: #882131;
}
</style>