Shades of Shiraz #8E203E
Tints of Shiraz #8E203E
RGB
CMYK
RGB Variations
Color information
#8E203E (or 0x8E203E) is known color: Shiraz. HEX triplet: 8E, 20 and 3E. RGB value is (142,32,62). Sum of RGB (Red+Green+Blue) = 142+32+62=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E203E is #71DFC1. Grayscale: #444444. Windows color (decimal): -7462850 or 4071566. OLE color: 4071566.
HSL color Cylindrical-coordinate representation of color #8E203E: hue angle of 343.64º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E203E is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 62 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.44 |
| HSL | 343.64º | 0.63% | 0.34% | - |
| HSV(B) | 343.64º | 0.77% | 0.56% | - |
| XYZ | 12.54 | 7.13 | 5.27 | - |
| YUV | 68.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 62 | 0 | 0.77 | 0.56 | 0.44 | 343.64 | 0.63 | 0.34 |
| Hex | 8E | 20 | 3E | 0 | 4D | 38 | 2C | 158 | 3F | 22 |
| Octal | 216 | 40 | 76 | 0 | 115 | 70 | 54 | 530 | 77 | 42 |
| Binary | 10001110 | 100000 | 111110 | 0 | 1001101 | 111000 | 101100 | 101011000 | 111111 | 100010 |
Color Harmonies of #8E203E
Complementary color
Monochromatic Colors of #8E203E
Black with #8E203E
Text Example
Text Example
White with #8E203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E203E; }
p { color: rgb(142,32,62); }
H1.HeaderClassName
{
color: #8E203E;
}
.AnyTagClassName
{
color: #8E203E;
}
</style>
background-color css
<style>
a { background-color: #8E203E; }
a { background-color: rgb(142,32,62); }
div.DivClassName
{
background-color: #8E203E;
}
.BgClassName
{
background-color: #8E203E;
}
</style>
border-color css
<style>
span { border-color: #8E203E; }
span { border-color: rgb(142,32,62); }
td.TdClassName
{
border-color: #8E203E;
}
.TagClassName
{
border-color: #8E203E;
}
</style>