Shades of Shiraz #882939
Tints of Shiraz #882939
RGB
CMYK
RGB Variations
Color information
#882939 (or 0x882939) is known color: Shiraz. HEX triplet: 88, 29 and 39. RGB value is (136,41,57). Sum of RGB (Red+Green+Blue) = 136+41+57=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #882939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882939 is #77D6C6. Grayscale: #474747. Windows color (decimal): -7853767 or 3746184. OLE color: 3746184.
HSL color Cylindrical-coordinate representation of color #882939: hue angle of 349.89º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882939 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 57 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.47 |
| HSL | 349.89º | 0.54% | 0.35% | - |
| HSV(B) | 349.89º | 0.7% | 0.53% | - |
| XYZ | 11.68 | 7.12 | 4.63 | - |
| YUV | 71.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 57 | 0 | 0.70 | 0.58 | 0.47 | 349.89 | 0.54 | 0.35 |
| Hex | 88 | 29 | 39 | 0 | 46 | 3A | 2F | 15E | 36 | 23 |
| Octal | 210 | 51 | 71 | 0 | 106 | 72 | 57 | 536 | 66 | 43 |
| Binary | 10001000 | 101001 | 111001 | 0 | 1000110 | 111010 | 101111 | 101011110 | 110110 | 100011 |
Color Harmonies of #882939
Complementary color
Monochromatic Colors of #882939
Black with #882939
Text Example
Text Example
White with #882939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882939; }
p { color: rgb(136,41,57); }
H1.HeaderClassName
{
color: #882939;
}
.AnyTagClassName
{
color: #882939;
}
</style>
background-color css
<style>
a { background-color: #882939; }
a { background-color: rgb(136,41,57); }
div.DivClassName
{
background-color: #882939;
}
.BgClassName
{
background-color: #882939;
}
</style>
border-color css
<style>
span { border-color: #882939; }
span { border-color: rgb(136,41,57); }
td.TdClassName
{
border-color: #882939;
}
.TagClassName
{
border-color: #882939;
}
</style>