Shades of Shiraz #8E243F
Tints of Shiraz #8E243F
RGB
CMYK
RGB Variations
Color information
#8E243F (or 0x8E243F) is known color: Shiraz. HEX triplet: 8E, 24 and 3F. RGB value is (142,36,63). Sum of RGB (Red+Green+Blue) = 142+36+63=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E243F is #71DBC0. Grayscale: #464646. Windows color (decimal): -7461825 or 4138126. OLE color: 4138126.
HSL color Cylindrical-coordinate representation of color #8E243F: hue angle of 344.72º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E243F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 36 | 63 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.44 |
| HSL | 344.72º | 0.6% | 0.35% | - |
| HSV(B) | 344.72º | 0.75% | 0.56% | - |
| XYZ | 12.68 | 7.37 | 5.46 | - |
| YUV | 70.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 36 | 63 | 0 | 0.75 | 0.56 | 0.44 | 344.72 | 0.6 | 0.35 |
| Hex | 8E | 24 | 3F | 0 | 4B | 38 | 2C | 159 | 3C | 23 |
| Octal | 216 | 44 | 77 | 0 | 113 | 70 | 54 | 531 | 74 | 43 |
| Binary | 10001110 | 100100 | 111111 | 0 | 1001011 | 111000 | 101100 | 101011001 | 111100 | 100011 |
Color Harmonies of #8E243F
Complementary color
Monochromatic Colors of #8E243F
Black with #8E243F
Text Example
Text Example
White with #8E243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E243F; }
p { color: rgb(142,36,63); }
H1.HeaderClassName
{
color: #8E243F;
}
.AnyTagClassName
{
color: #8E243F;
}
</style>
background-color css
<style>
a { background-color: #8E243F; }
a { background-color: rgb(142,36,63); }
div.DivClassName
{
background-color: #8E243F;
}
.BgClassName
{
background-color: #8E243F;
}
</style>
border-color css
<style>
span { border-color: #8E243F; }
span { border-color: rgb(142,36,63); }
td.TdClassName
{
border-color: #8E243F;
}
.TagClassName
{
border-color: #8E243F;
}
</style>