Shades of Shiraz #881E34
Tints of Shiraz #881E34
RGB
CMYK
RGB Variations
Color information
#881E34 (or 0x881E34) is known color: Shiraz. HEX triplet: 88, 1E and 34. RGB value is (136,30,52). Sum of RGB (Red+Green+Blue) = 136+30+52=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #881E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E34 is #77E1CB. Grayscale: #404040. Windows color (decimal): -7856588 or 3415688. OLE color: 3415688.
HSL color Cylindrical-coordinate representation of color #881E34: hue angle of 347.55º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E34 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 52 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.47 |
| HSL | 347.55º | 0.64% | 0.33% | - |
| HSV(B) | 347.55º | 0.78% | 0.53% | - |
| XYZ | 11.24 | 6.41 | 3.89 | - |
| YUV | 64.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 52 | 0 | 0.78 | 0.62 | 0.47 | 347.55 | 0.64 | 0.33 |
| Hex | 88 | 1E | 34 | 0 | 4E | 3E | 2F | 15C | 40 | 21 |
| Octal | 210 | 36 | 64 | 0 | 116 | 76 | 57 | 534 | 100 | 41 |
| Binary | 10001000 | 11110 | 110100 | 0 | 1001110 | 111110 | 101111 | 101011100 | 1000000 | 100001 |
Color Harmonies of #881E34
Complementary color
Monochromatic Colors of #881E34
Black with #881E34
Text Example
Text Example
White with #881E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E34; }
p { color: rgb(136,30,52); }
H1.HeaderClassName
{
color: #881E34;
}
.AnyTagClassName
{
color: #881E34;
}
</style>
background-color css
<style>
a { background-color: #881E34; }
a { background-color: rgb(136,30,52); }
div.DivClassName
{
background-color: #881E34;
}
.BgClassName
{
background-color: #881E34;
}
</style>
border-color css
<style>
span { border-color: #881E34; }
span { border-color: rgb(136,30,52); }
td.TdClassName
{
border-color: #881E34;
}
.TagClassName
{
border-color: #881E34;
}
</style>