Shades of Shiraz #8E162F
Tints of Shiraz #8E162F
RGB
CMYK
RGB Variations
Color information
#8E162F (or 0x8E162F) is known color: Shiraz. HEX triplet: 8E, 16 and 2F. RGB value is (142,22,47). Sum of RGB (Red+Green+Blue) = 142+22+47=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E162F is #71E9D0. Grayscale: #3C3C3C. Windows color (decimal): -7465425 or 3085966. OLE color: 3085966.
HSL color Cylindrical-coordinate representation of color #8E162F: hue angle of 347.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E162F is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 47 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.44 |
| HSL | 347.5º | 0.73% | 0.32% | - |
| HSV(B) | 347.5º | 0.85% | 0.56% | - |
| XYZ | 11.96 | 6.53 | 3.32 | - |
| YUV | 60.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 47 | 0 | 0.85 | 0.67 | 0.44 | 347.5 | 0.73 | 0.32 |
| Hex | 8E | 16 | 2F | 0 | 55 | 43 | 2C | 15C | 49 | 20 |
| Octal | 216 | 26 | 57 | 0 | 125 | 103 | 54 | 534 | 111 | 40 |
| Binary | 10001110 | 10110 | 101111 | 0 | 1010101 | 1000011 | 101100 | 101011100 | 1001001 | 100000 |
Color Harmonies of #8E162F
Complementary color
Monochromatic Colors of #8E162F
Black with #8E162F
Text Example
Text Example
White with #8E162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E162F; }
p { color: rgb(142,22,47); }
H1.HeaderClassName
{
color: #8E162F;
}
.AnyTagClassName
{
color: #8E162F;
}
</style>
background-color css
<style>
a { background-color: #8E162F; }
a { background-color: rgb(142,22,47); }
div.DivClassName
{
background-color: #8E162F;
}
.BgClassName
{
background-color: #8E162F;
}
</style>
border-color css
<style>
span { border-color: #8E162F; }
span { border-color: rgb(142,22,47); }
td.TdClassName
{
border-color: #8E162F;
}
.TagClassName
{
border-color: #8E162F;
}
</style>