Shades of Shiraz #8E1336
Tints of Shiraz #8E1336
RGB
CMYK
RGB Variations
Color information
#8E1336 (or 0x8E1336) is known color: Shiraz. HEX triplet: 8E, 13 and 36. RGB value is (142,19,54). Sum of RGB (Red+Green+Blue) = 142+19+54=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1336 is #71ECC9. Grayscale: #3B3B3B. Windows color (decimal): -7466186 or 3543950. OLE color: 3543950.
HSL color Cylindrical-coordinate representation of color #8E1336: hue angle of 342.93º 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 #8E1336 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 54 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.44 |
| HSL | 342.93º | 0.76% | 0.32% | - |
| HSV(B) | 342.93º | 0.87% | 0.56% | - |
| XYZ | 12.05 | 6.48 | 4.11 | - |
| YUV | 59.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 54 | 0 | 0.87 | 0.62 | 0.44 | 342.93 | 0.76 | 0.32 |
| Hex | 8E | 13 | 36 | 0 | 57 | 3E | 2C | 157 | 4C | 20 |
| Octal | 216 | 23 | 66 | 0 | 127 | 76 | 54 | 527 | 114 | 40 |
| Binary | 10001110 | 10011 | 110110 | 0 | 1010111 | 111110 | 101100 | 101010111 | 1001100 | 100000 |
Color Harmonies of #8E1336
Complementary color
Monochromatic Colors of #8E1336
Black with #8E1336
Text Example
Text Example
White with #8E1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1336; }
p { color: rgb(142,19,54); }
H1.HeaderClassName
{
color: #8E1336;
}
.AnyTagClassName
{
color: #8E1336;
}
</style>
background-color css
<style>
a { background-color: #8E1336; }
a { background-color: rgb(142,19,54); }
div.DivClassName
{
background-color: #8E1336;
}
.BgClassName
{
background-color: #8E1336;
}
</style>
border-color css
<style>
span { border-color: #8E1336; }
span { border-color: rgb(142,19,54); }
td.TdClassName
{
border-color: #8E1336;
}
.TagClassName
{
border-color: #8E1336;
}
</style>