Shades of Shiraz #882C39
Tints of Shiraz #882C39
RGB
CMYK
RGB Variations
Color information
#882C39 (or 0x882C39) is known color: Shiraz. HEX triplet: 88, 2C and 39. RGB value is (136,44,57). Sum of RGB (Red+Green+Blue) = 136+44+57=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #882C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C39 is #77D3C6. Grayscale: #494949. Windows color (decimal): -7852999 or 3746952. OLE color: 3746952.
HSL color Cylindrical-coordinate representation of color #882C39: hue angle of 351.52º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C39 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 57 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.47 |
| HSL | 351.52º | 0.51% | 0.35% | - |
| HSV(B) | 351.52º | 0.68% | 0.53% | - |
| XYZ | 11.79 | 7.33 | 4.66 | - |
| YUV | 72.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 57 | 0 | 0.68 | 0.58 | 0.47 | 351.52 | 0.51 | 0.35 |
| Hex | 88 | 2C | 39 | 0 | 44 | 3A | 2F | 160 | 33 | 23 |
| Octal | 210 | 54 | 71 | 0 | 104 | 72 | 57 | 540 | 63 | 43 |
| Binary | 10001000 | 101100 | 111001 | 0 | 1000100 | 111010 | 101111 | 101100000 | 110011 | 100011 |
Color Harmonies of #882C39
Complementary color
Monochromatic Colors of #882C39
Black with #882C39
Text Example
Text Example
White with #882C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C39; }
p { color: rgb(136,44,57); }
H1.HeaderClassName
{
color: #882C39;
}
.AnyTagClassName
{
color: #882C39;
}
</style>
background-color css
<style>
a { background-color: #882C39; }
a { background-color: rgb(136,44,57); }
div.DivClassName
{
background-color: #882C39;
}
.BgClassName
{
background-color: #882C39;
}
</style>
border-color css
<style>
span { border-color: #882C39; }
span { border-color: rgb(136,44,57); }
td.TdClassName
{
border-color: #882C39;
}
.TagClassName
{
border-color: #882C39;
}
</style>