Shades of Shiraz #882039
Tints of Shiraz #882039
RGB
CMYK
RGB Variations
Color information
#882039 (or 0x882039) is known color: Shiraz. HEX triplet: 88, 20 and 39. RGB value is (136,32,57). Sum of RGB (Red+Green+Blue) = 136+32+57=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882039 is #77DFC6. Grayscale: #414141. Windows color (decimal): -7856071 or 3743880. OLE color: 3743880.
HSL color Cylindrical-coordinate representation of color #882039: hue angle of 345.58º 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 #882039 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 57 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.47 |
| HSL | 345.58º | 0.62% | 0.33% | - |
| HSV(B) | 345.58º | 0.76% | 0.53% | - |
| XYZ | 11.41 | 6.56 | 4.54 | - |
| YUV | 65.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 57 | 0 | 0.76 | 0.58 | 0.47 | 345.58 | 0.62 | 0.33 |
| Hex | 88 | 20 | 39 | 0 | 4C | 3A | 2F | 15A | 3E | 21 |
| Octal | 210 | 40 | 71 | 0 | 114 | 72 | 57 | 532 | 76 | 41 |
| Binary | 10001000 | 100000 | 111001 | 0 | 1001100 | 111010 | 101111 | 101011010 | 111110 | 100001 |
Color Harmonies of #882039
Complementary color
Monochromatic Colors of #882039
Black with #882039
Text Example
Text Example
White with #882039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882039; }
p { color: rgb(136,32,57); }
H1.HeaderClassName
{
color: #882039;
}
.AnyTagClassName
{
color: #882039;
}
</style>
background-color css
<style>
a { background-color: #882039; }
a { background-color: rgb(136,32,57); }
div.DivClassName
{
background-color: #882039;
}
.BgClassName
{
background-color: #882039;
}
</style>
border-color css
<style>
span { border-color: #882039; }
span { border-color: rgb(136,32,57); }
td.TdClassName
{
border-color: #882039;
}
.TagClassName
{
border-color: #882039;
}
</style>