Shades of Shiraz #882E3A
Tints of Shiraz #882E3A
RGB
CMYK
RGB Variations
Color information
#882E3A (or 0x882E3A) is known color: Shiraz. HEX triplet: 88, 2E and 3A. RGB value is (136,46,58). Sum of RGB (Red+Green+Blue) = 136+46+58=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E3A is #77D1C5. Grayscale: #4A4A4A. Windows color (decimal): -7852486 or 3813000. OLE color: 3813000.
HSL color Cylindrical-coordinate representation of color #882E3A: hue angle of 352º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E3A is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 46 | 58 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.47 |
| HSL | 352º | 0.49% | 0.36% | - |
| HSV(B) | 352º | 0.66% | 0.53% | - |
| XYZ | 11.89 | 7.49 | 4.82 | - |
| YUV | 74.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 58 | 0 | 0.66 | 0.57 | 0.47 | 352 | 0.49 | 0.36 |
| Hex | 88 | 2E | 3A | 0 | 42 | 39 | 2F | 160 | 31 | 24 |
| Octal | 210 | 56 | 72 | 0 | 102 | 71 | 57 | 540 | 61 | 44 |
| Binary | 10001000 | 101110 | 111010 | 0 | 1000010 | 111001 | 101111 | 101100000 | 110001 | 100100 |
Color Harmonies of #882E3A
Complementary color
Monochromatic Colors of #882E3A
Black with #882E3A
Text Example
Text Example
White with #882E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882E3A; }
p { color: rgb(136,46,58); }
H1.HeaderClassName
{
color: #882E3A;
}
.AnyTagClassName
{
color: #882E3A;
}
</style>
background-color css
<style>
a { background-color: #882E3A; }
a { background-color: rgb(136,46,58); }
div.DivClassName
{
background-color: #882E3A;
}
.BgClassName
{
background-color: #882E3A;
}
</style>
border-color css
<style>
span { border-color: #882E3A; }
span { border-color: rgb(136,46,58); }
td.TdClassName
{
border-color: #882E3A;
}
.TagClassName
{
border-color: #882E3A;
}
</style>