Shades of Shiraz #8E1233
Tints of Shiraz #8E1233
RGB
CMYK
RGB Variations
Color information
#8E1233 (or 0x8E1233) is known color: Shiraz. HEX triplet: 8E, 12 and 33. RGB value is (142,18,51). Sum of RGB (Red+Green+Blue) = 142+18+51=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1233 is #71EDCC. Grayscale: #3A3A3A. Windows color (decimal): -7466445 or 3347086. OLE color: 3347086.
HSL color Cylindrical-coordinate representation of color #8E1233: hue angle of 344.03º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1233 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 51 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.44 |
| HSL | 344.03º | 0.78% | 0.31% | - |
| HSV(B) | 344.03º | 0.87% | 0.56% | - |
| XYZ | 11.97 | 6.42 | 3.74 | - |
| YUV | 58.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 51 | 0 | 0.87 | 0.64 | 0.44 | 344.03 | 0.78 | 0.31 |
| Hex | 8E | 12 | 33 | 0 | 57 | 40 | 2C | 158 | 4E | 1F |
| Octal | 216 | 22 | 63 | 0 | 127 | 100 | 54 | 530 | 116 | 37 |
| Binary | 10001110 | 10010 | 110011 | 0 | 1010111 | 1000000 | 101100 | 101011000 | 1001110 | 11111 |
Color Harmonies of #8E1233
Complementary color
Monochromatic Colors of #8E1233
Black with #8E1233
Text Example
Text Example
White with #8E1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1233; }
p { color: rgb(142,18,51); }
H1.HeaderClassName
{
color: #8E1233;
}
.AnyTagClassName
{
color: #8E1233;
}
</style>
background-color css
<style>
a { background-color: #8E1233; }
a { background-color: rgb(142,18,51); }
div.DivClassName
{
background-color: #8E1233;
}
.BgClassName
{
background-color: #8E1233;
}
</style>
border-color css
<style>
span { border-color: #8E1233; }
span { border-color: rgb(142,18,51); }
td.TdClassName
{
border-color: #8E1233;
}
.TagClassName
{
border-color: #8E1233;
}
</style>