Shades of Shiraz #882532
Tints of Shiraz #882532
RGB
CMYK
RGB Variations
Color information
#882532 (or 0x882532) is known color: Shiraz. HEX triplet: 88, 25 and 32. RGB value is (136,37,50). Sum of RGB (Red+Green+Blue) = 136+37+50=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882532 is #77DACD. Grayscale: #444444. Windows color (decimal): -7854798 or 3286408. OLE color: 3286408.
HSL color Cylindrical-coordinate representation of color #882532: hue angle of 352.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882532 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 50 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.47 |
| HSL | 352.12º | 0.57% | 0.34% | - |
| HSV(B) | 352.12º | 0.73% | 0.53% | - |
| XYZ | 11.39 | 6.79 | 3.73 | - |
| YUV | 68.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 50 | 0 | 0.73 | 0.63 | 0.47 | 352.12 | 0.57 | 0.34 |
| Hex | 88 | 25 | 32 | 0 | 49 | 3F | 2F | 160 | 39 | 22 |
| Octal | 210 | 45 | 62 | 0 | 111 | 77 | 57 | 540 | 71 | 42 |
| Binary | 10001000 | 100101 | 110010 | 0 | 1001001 | 111111 | 101111 | 101100000 | 111001 | 100010 |
Color Harmonies of #882532
Complementary color
Monochromatic Colors of #882532
Black with #882532
Text Example
Text Example
White with #882532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882532; }
p { color: rgb(136,37,50); }
H1.HeaderClassName
{
color: #882532;
}
.AnyTagClassName
{
color: #882532;
}
</style>
background-color css
<style>
a { background-color: #882532; }
a { background-color: rgb(136,37,50); }
div.DivClassName
{
background-color: #882532;
}
.BgClassName
{
background-color: #882532;
}
</style>
border-color css
<style>
span { border-color: #882532; }
span { border-color: rgb(136,37,50); }
td.TdClassName
{
border-color: #882532;
}
.TagClassName
{
border-color: #882532;
}
</style>