Shades of Shiraz #8E1A3C
Tints of Shiraz #8E1A3C
RGB
CMYK
RGB Variations
Color information
#8E1A3C (or 0x8E1A3C) is known color: Shiraz. HEX triplet: 8E, 1A and 3C. RGB value is (142,26,60). Sum of RGB (Red+Green+Blue) = 142+26+60=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A3C is #71E5C3. Grayscale: #404040. Windows color (decimal): -7464388 or 3938958. OLE color: 3938958.
HSL color Cylindrical-coordinate representation of color #8E1A3C: hue angle of 342.41º 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 #8E1A3C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 60 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.44 |
| HSL | 342.41º | 0.69% | 0.33% | - |
| HSV(B) | 342.41º | 0.82% | 0.56% | - |
| XYZ | 12.34 | 6.82 | 4.94 | - |
| YUV | 64.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 60 | 0 | 0.82 | 0.58 | 0.44 | 342.41 | 0.69 | 0.33 |
| Hex | 8E | 1A | 3C | 0 | 52 | 3A | 2C | 156 | 45 | 21 |
| Octal | 216 | 32 | 74 | 0 | 122 | 72 | 54 | 526 | 105 | 41 |
| Binary | 10001110 | 11010 | 111100 | 0 | 1010010 | 111010 | 101100 | 101010110 | 1000101 | 100001 |
Color Harmonies of #8E1A3C
Complementary color
Monochromatic Colors of #8E1A3C
Black with #8E1A3C
Text Example
Text Example
White with #8E1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A3C; }
p { color: rgb(142,26,60); }
H1.HeaderClassName
{
color: #8E1A3C;
}
.AnyTagClassName
{
color: #8E1A3C;
}
</style>
background-color css
<style>
a { background-color: #8E1A3C; }
a { background-color: rgb(142,26,60); }
div.DivClassName
{
background-color: #8E1A3C;
}
.BgClassName
{
background-color: #8E1A3C;
}
</style>
border-color css
<style>
span { border-color: #8E1A3C; }
span { border-color: rgb(142,26,60); }
td.TdClassName
{
border-color: #8E1A3C;
}
.TagClassName
{
border-color: #8E1A3C;
}
</style>