Shades of Shiraz #8E1330
Tints of Shiraz #8E1330
RGB
CMYK
RGB Variations
Color information
#8E1330 (or 0x8E1330) is known color: Shiraz. HEX triplet: 8E, 13 and 30. RGB value is (142,19,48). Sum of RGB (Red+Green+Blue) = 142+19+48=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1330 is #71ECCF. Grayscale: #3B3B3B. Windows color (decimal): -7466192 or 3150734. OLE color: 3150734.
HSL color Cylindrical-coordinate representation of color #8E1330: hue angle of 345.85º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1330 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 48 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.44 |
| HSL | 345.85º | 0.76% | 0.32% | - |
| HSV(B) | 345.85º | 0.87% | 0.56% | - |
| XYZ | 11.92 | 6.43 | 3.41 | - |
| YUV | 59.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 48 | 0 | 0.87 | 0.66 | 0.44 | 345.85 | 0.76 | 0.32 |
| Hex | 8E | 13 | 30 | 0 | 57 | 42 | 2C | 15A | 4C | 20 |
| Octal | 216 | 23 | 60 | 0 | 127 | 102 | 54 | 532 | 114 | 40 |
| Binary | 10001110 | 10011 | 110000 | 0 | 1010111 | 1000010 | 101100 | 101011010 | 1001100 | 100000 |
Color Harmonies of #8E1330
Complementary color
Monochromatic Colors of #8E1330
Black with #8E1330
Text Example
Text Example
White with #8E1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1330; }
p { color: rgb(142,19,48); }
H1.HeaderClassName
{
color: #8E1330;
}
.AnyTagClassName
{
color: #8E1330;
}
</style>
background-color css
<style>
a { background-color: #8E1330; }
a { background-color: rgb(142,19,48); }
div.DivClassName
{
background-color: #8E1330;
}
.BgClassName
{
background-color: #8E1330;
}
</style>
border-color css
<style>
span { border-color: #8E1330; }
span { border-color: rgb(142,19,48); }
td.TdClassName
{
border-color: #8E1330;
}
.TagClassName
{
border-color: #8E1330;
}
</style>