Shades of Shiraz #8E183D
Tints of Shiraz #8E183D
RGB
CMYK
RGB Variations
Color information
#8E183D (or 0x8E183D) is known color: Shiraz. HEX triplet: 8E, 18 and 3D. RGB value is (142,24,61). Sum of RGB (Red+Green+Blue) = 142+24+61=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E183D is #71E7C2. Grayscale: #3F3F3F. Windows color (decimal): -7464899 or 4003982. OLE color: 4003982.
HSL color Cylindrical-coordinate representation of color #8E183D: hue angle of 341.19º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E183D is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 61 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.44 |
| HSL | 341.19º | 0.71% | 0.33% | - |
| HSV(B) | 341.19º | 0.83% | 0.56% | - |
| XYZ | 12.32 | 6.74 | 5.07 | - |
| YUV | 63.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 61 | 0 | 0.83 | 0.57 | 0.44 | 341.19 | 0.71 | 0.33 |
| Hex | 8E | 18 | 3D | 0 | 53 | 39 | 2C | 155 | 47 | 21 |
| Octal | 216 | 30 | 75 | 0 | 123 | 71 | 54 | 525 | 107 | 41 |
| Binary | 10001110 | 11000 | 111101 | 0 | 1010011 | 111001 | 101100 | 101010101 | 1000111 | 100001 |
Color Harmonies of #8E183D
Complementary color
Monochromatic Colors of #8E183D
Black with #8E183D
Text Example
Text Example
White with #8E183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E183D; }
p { color: rgb(142,24,61); }
H1.HeaderClassName
{
color: #8E183D;
}
.AnyTagClassName
{
color: #8E183D;
}
</style>
background-color css
<style>
a { background-color: #8E183D; }
a { background-color: rgb(142,24,61); }
div.DivClassName
{
background-color: #8E183D;
}
.BgClassName
{
background-color: #8E183D;
}
</style>
border-color css
<style>
span { border-color: #8E183D; }
span { border-color: rgb(142,24,61); }
td.TdClassName
{
border-color: #8E183D;
}
.TagClassName
{
border-color: #8E183D;
}
</style>