Shades of Shiraz #8E1A3E
Tints of Shiraz #8E1A3E
RGB
CMYK
RGB Variations
Color information
#8E1A3E (or 0x8E1A3E) is known color: Shiraz. HEX triplet: 8E, 1A and 3E. RGB value is (142,26,62). Sum of RGB (Red+Green+Blue) = 142+26+62=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A3E is #71E5C1. Grayscale: #404040. Windows color (decimal): -7464386 or 4070030. OLE color: 4070030.
HSL color Cylindrical-coordinate representation of color #8E1A3E: hue angle of 341.38º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A3E is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 62 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.44 |
| HSL | 341.38º | 0.69% | 0.33% | - |
| HSV(B) | 341.38º | 0.82% | 0.56% | - |
| XYZ | 12.39 | 6.84 | 5.22 | - |
| YUV | 64.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 62 | 0 | 0.82 | 0.56 | 0.44 | 341.38 | 0.69 | 0.33 |
| Hex | 8E | 1A | 3E | 0 | 52 | 38 | 2C | 155 | 45 | 21 |
| Octal | 216 | 32 | 76 | 0 | 122 | 70 | 54 | 525 | 105 | 41 |
| Binary | 10001110 | 11010 | 111110 | 0 | 1010010 | 111000 | 101100 | 101010101 | 1000101 | 100001 |
Color Harmonies of #8E1A3E
Complementary color
Monochromatic Colors of #8E1A3E
Black with #8E1A3E
Text Example
Text Example
White with #8E1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A3E; }
p { color: rgb(142,26,62); }
H1.HeaderClassName
{
color: #8E1A3E;
}
.AnyTagClassName
{
color: #8E1A3E;
}
</style>
background-color css
<style>
a { background-color: #8E1A3E; }
a { background-color: rgb(142,26,62); }
div.DivClassName
{
background-color: #8E1A3E;
}
.BgClassName
{
background-color: #8E1A3E;
}
</style>
border-color css
<style>
span { border-color: #8E1A3E; }
span { border-color: rgb(142,26,62); }
td.TdClassName
{
border-color: #8E1A3E;
}
.TagClassName
{
border-color: #8E1A3E;
}
</style>