Shades of Shiraz #8E1C39
Tints of Shiraz #8E1C39
RGB
CMYK
RGB Variations
Color information
#8E1C39 (or 0x8E1C39) is known color: Shiraz. HEX triplet: 8E, 1C and 39. RGB value is (142,28,57). Sum of RGB (Red+Green+Blue) = 142+28+57=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1C39 is #71E3C6. Grayscale: #414141. Windows color (decimal): -7463879 or 3742862. OLE color: 3742862.
HSL color Cylindrical-coordinate representation of color #8E1C39: hue angle of 344.74º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C39 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 28 | 57 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.44 |
| HSL | 344.74º | 0.67% | 0.33% | - |
| HSV(B) | 344.74º | 0.8% | 0.56% | - |
| XYZ | 12.31 | 6.88 | 4.55 | - |
| YUV | 65.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 57 | 0 | 0.80 | 0.60 | 0.44 | 344.74 | 0.67 | 0.33 |
| Hex | 8E | 1C | 39 | 0 | 50 | 3C | 2C | 159 | 43 | 21 |
| Octal | 216 | 34 | 71 | 0 | 120 | 74 | 54 | 531 | 103 | 41 |
| Binary | 10001110 | 11100 | 111001 | 0 | 1010000 | 111100 | 101100 | 101011001 | 1000011 | 100001 |
Color Harmonies of #8E1C39
Complementary color
Monochromatic Colors of #8E1C39
Black with #8E1C39
Text Example
Text Example
White with #8E1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C39; }
p { color: rgb(142,28,57); }
H1.HeaderClassName
{
color: #8E1C39;
}
.AnyTagClassName
{
color: #8E1C39;
}
</style>
background-color css
<style>
a { background-color: #8E1C39; }
a { background-color: rgb(142,28,57); }
div.DivClassName
{
background-color: #8E1C39;
}
.BgClassName
{
background-color: #8E1C39;
}
</style>
border-color css
<style>
span { border-color: #8E1C39; }
span { border-color: rgb(142,28,57); }
td.TdClassName
{
border-color: #8E1C39;
}
.TagClassName
{
border-color: #8E1C39;
}
</style>