Shades of Shiraz #8E203C
Tints of Shiraz #8E203C
RGB
CMYK
RGB Variations
Color information
#8E203C (or 0x8E203C) is known color: Shiraz. HEX triplet: 8E, 20 and 3C. RGB value is (142,32,60). Sum of RGB (Red+Green+Blue) = 142+32+60=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E203C is #71DFC3. Grayscale: #444444. Windows color (decimal): -7462852 or 3940494. OLE color: 3940494.
HSL color Cylindrical-coordinate representation of color #8E203C: hue angle of 344.73º 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 #8E203C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 60 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.44 |
| HSL | 344.73º | 0.63% | 0.34% | - |
| HSV(B) | 344.73º | 0.77% | 0.56% | - |
| XYZ | 12.49 | 7.11 | 4.99 | - |
| YUV | 68.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 60 | 0 | 0.77 | 0.58 | 0.44 | 344.73 | 0.63 | 0.34 |
| Hex | 8E | 20 | 3C | 0 | 4D | 3A | 2C | 159 | 3F | 22 |
| Octal | 216 | 40 | 74 | 0 | 115 | 72 | 54 | 531 | 77 | 42 |
| Binary | 10001110 | 100000 | 111100 | 0 | 1001101 | 111010 | 101100 | 101011001 | 111111 | 100010 |
Color Harmonies of #8E203C
Complementary color
Monochromatic Colors of #8E203C
Black with #8E203C
Text Example
Text Example
White with #8E203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E203C; }
p { color: rgb(142,32,60); }
H1.HeaderClassName
{
color: #8E203C;
}
.AnyTagClassName
{
color: #8E203C;
}
</style>
background-color css
<style>
a { background-color: #8E203C; }
a { background-color: rgb(142,32,60); }
div.DivClassName
{
background-color: #8E203C;
}
.BgClassName
{
background-color: #8E203C;
}
</style>
border-color css
<style>
span { border-color: #8E203C; }
span { border-color: rgb(142,32,60); }
td.TdClassName
{
border-color: #8E203C;
}
.TagClassName
{
border-color: #8E203C;
}
</style>