Shades of Shiraz #881E30
Tints of Shiraz #881E30
RGB
CMYK
RGB Variations
Color information
#881E30 (or 0x881E30) is known color: Shiraz. HEX triplet: 88, 1E and 30. RGB value is (136,30,48). Sum of RGB (Red+Green+Blue) = 136+30+48=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #881E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E30 is #77E1CF. Grayscale: #3F3F3F. Windows color (decimal): -7856592 or 3153544. OLE color: 3153544.
HSL color Cylindrical-coordinate representation of color #881E30: hue angle of 349.81º 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 #881E30 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 48 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.47 |
| HSL | 349.81º | 0.64% | 0.33% | - |
| HSV(B) | 349.81º | 0.78% | 0.53% | - |
| XYZ | 11.15 | 6.38 | 3.44 | - |
| YUV | 63.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 48 | 0 | 0.78 | 0.65 | 0.47 | 349.81 | 0.64 | 0.33 |
| Hex | 88 | 1E | 30 | 0 | 4E | 41 | 2F | 15E | 40 | 21 |
| Octal | 210 | 36 | 60 | 0 | 116 | 101 | 57 | 536 | 100 | 41 |
| Binary | 10001000 | 11110 | 110000 | 0 | 1001110 | 1000001 | 101111 | 101011110 | 1000000 | 100001 |
Color Harmonies of #881E30
Complementary color
Monochromatic Colors of #881E30
Black with #881E30
Text Example
Text Example
White with #881E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E30; }
p { color: rgb(136,30,48); }
H1.HeaderClassName
{
color: #881E30;
}
.AnyTagClassName
{
color: #881E30;
}
</style>
background-color css
<style>
a { background-color: #881E30; }
a { background-color: rgb(136,30,48); }
div.DivClassName
{
background-color: #881E30;
}
.BgClassName
{
background-color: #881E30;
}
</style>
border-color css
<style>
span { border-color: #881E30; }
span { border-color: rgb(136,30,48); }
td.TdClassName
{
border-color: #881E30;
}
.TagClassName
{
border-color: #881E30;
}
</style>