Shades of Shiraz #881E3B
Tints of Shiraz #881E3B
RGB
CMYK
RGB Variations
Color information
#881E3B (or 0x881E3B) is known color: Shiraz. HEX triplet: 88, 1E and 3B. RGB value is (136,30,59). Sum of RGB (Red+Green+Blue) = 136+30+59=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #881E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E3B is #77E1C4. Grayscale: #404040. Windows color (decimal): -7856581 or 3874440. OLE color: 3874440.
HSL color Cylindrical-coordinate representation of color #881E3B: hue angle of 343.58º 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 #881E3B is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 59 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.47 |
| HSL | 343.58º | 0.64% | 0.33% | - |
| HSV(B) | 343.58º | 0.78% | 0.53% | - |
| XYZ | 11.41 | 6.48 | 4.79 | - |
| YUV | 65 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 59 | 0 | 0.78 | 0.57 | 0.47 | 343.58 | 0.64 | 0.33 |
| Hex | 88 | 1E | 3B | 0 | 4E | 39 | 2F | 158 | 40 | 21 |
| Octal | 210 | 36 | 73 | 0 | 116 | 71 | 57 | 530 | 100 | 41 |
| Binary | 10001000 | 11110 | 111011 | 0 | 1001110 | 111001 | 101111 | 101011000 | 1000000 | 100001 |
Color Harmonies of #881E3B
Complementary color
Monochromatic Colors of #881E3B
Black with #881E3B
Text Example
Text Example
White with #881E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E3B; }
p { color: rgb(136,30,59); }
H1.HeaderClassName
{
color: #881E3B;
}
.AnyTagClassName
{
color: #881E3B;
}
</style>
background-color css
<style>
a { background-color: #881E3B; }
a { background-color: rgb(136,30,59); }
div.DivClassName
{
background-color: #881E3B;
}
.BgClassName
{
background-color: #881E3B;
}
</style>
border-color css
<style>
span { border-color: #881E3B; }
span { border-color: rgb(136,30,59); }
td.TdClassName
{
border-color: #881E3B;
}
.TagClassName
{
border-color: #881E3B;
}
</style>