Shades of Shiraz #8E203D
Tints of Shiraz #8E203D
RGB
CMYK
RGB Variations
Color information
#8E203D (or 0x8E203D) is known color: Shiraz. HEX triplet: 8E, 20 and 3D. RGB value is (142,32,61). Sum of RGB (Red+Green+Blue) = 142+32+61=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E203D is #71DFC2. Grayscale: #444444. Windows color (decimal): -7462851 or 4006030. OLE color: 4006030.
HSL color Cylindrical-coordinate representation of color #8E203D: hue angle of 344.18º 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 #8E203D is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 61 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.44 |
| HSL | 344.18º | 0.63% | 0.34% | - |
| HSV(B) | 344.18º | 0.77% | 0.56% | - |
| XYZ | 12.51 | 7.12 | 5.13 | - |
| YUV | 68.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 61 | 0 | 0.77 | 0.57 | 0.44 | 344.18 | 0.63 | 0.34 |
| Hex | 8E | 20 | 3D | 0 | 4D | 39 | 2C | 158 | 3F | 22 |
| Octal | 216 | 40 | 75 | 0 | 115 | 71 | 54 | 530 | 77 | 42 |
| Binary | 10001110 | 100000 | 111101 | 0 | 1001101 | 111001 | 101100 | 101011000 | 111111 | 100010 |
Color Harmonies of #8E203D
Complementary color
Monochromatic Colors of #8E203D
Black with #8E203D
Text Example
Text Example
White with #8E203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E203D; }
p { color: rgb(142,32,61); }
H1.HeaderClassName
{
color: #8E203D;
}
.AnyTagClassName
{
color: #8E203D;
}
</style>
background-color css
<style>
a { background-color: #8E203D; }
a { background-color: rgb(142,32,61); }
div.DivClassName
{
background-color: #8E203D;
}
.BgClassName
{
background-color: #8E203D;
}
</style>
border-color css
<style>
span { border-color: #8E203D; }
span { border-color: rgb(142,32,61); }
td.TdClassName
{
border-color: #8E203D;
}
.TagClassName
{
border-color: #8E203D;
}
</style>