Shades of Shiraz #882F3E
Tints of Shiraz #882F3E
RGB
CMYK
RGB Variations
Color information
#882F3E (or 0x882F3E) is known color: Shiraz. HEX triplet: 88, 2F and 3E. RGB value is (136,47,62). Sum of RGB (Red+Green+Blue) = 136+47+62=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F3E is #77D0C1. Grayscale: #4B4B4B. Windows color (decimal): -7852226 or 4075400. OLE color: 4075400.
HSL color Cylindrical-coordinate representation of color #882F3E: hue angle of 349.89º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F3E is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 62 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.47 |
| HSL | 349.89º | 0.49% | 0.36% | - |
| HSV(B) | 349.89º | 0.65% | 0.53% | - |
| XYZ | 12.04 | 7.62 | 5.39 | - |
| YUV | 75.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 62 | 0 | 0.65 | 0.54 | 0.47 | 349.89 | 0.49 | 0.36 |
| Hex | 88 | 2F | 3E | 0 | 41 | 36 | 2F | 15E | 31 | 24 |
| Octal | 210 | 57 | 76 | 0 | 101 | 66 | 57 | 536 | 61 | 44 |
| Binary | 10001000 | 101111 | 111110 | 0 | 1000001 | 110110 | 101111 | 101011110 | 110001 | 100100 |
Color Harmonies of #882F3E
Complementary color
Monochromatic Colors of #882F3E
Black with #882F3E
Text Example
Text Example
White with #882F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F3E; }
p { color: rgb(136,47,62); }
H1.HeaderClassName
{
color: #882F3E;
}
.AnyTagClassName
{
color: #882F3E;
}
</style>
background-color css
<style>
a { background-color: #882F3E; }
a { background-color: rgb(136,47,62); }
div.DivClassName
{
background-color: #882F3E;
}
.BgClassName
{
background-color: #882F3E;
}
</style>
border-color css
<style>
span { border-color: #882F3E; }
span { border-color: rgb(136,47,62); }
td.TdClassName
{
border-color: #882F3E;
}
.TagClassName
{
border-color: #882F3E;
}
</style>