Shades of Shiraz #8E273A
Tints of Shiraz #8E273A
RGB
CMYK
RGB Variations
Color information
#8E273A (or 0x8E273A) is known color: Shiraz. HEX triplet: 8E, 27 and 3A. RGB value is (142,39,58). Sum of RGB (Red+Green+Blue) = 142+39+58=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E273A is #71D8C5. Grayscale: #474747. Windows color (decimal): -7461062 or 3811214. OLE color: 3811214.
HSL color Cylindrical-coordinate representation of color #8E273A: hue angle of 348.93º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E273A is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 39 | 58 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.44 |
| HSL | 348.93º | 0.57% | 0.35% | - |
| HSV(B) | 348.93º | 0.73% | 0.56% | - |
| XYZ | 12.64 | 7.51 | 4.79 | - |
| YUV | 71.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 58 | 0 | 0.73 | 0.59 | 0.44 | 348.93 | 0.57 | 0.35 |
| Hex | 8E | 27 | 3A | 0 | 49 | 3B | 2C | 15D | 39 | 23 |
| Octal | 216 | 47 | 72 | 0 | 111 | 73 | 54 | 535 | 71 | 43 |
| Binary | 10001110 | 100111 | 111010 | 0 | 1001001 | 111011 | 101100 | 101011101 | 111001 | 100011 |
Color Harmonies of #8E273A
Complementary color
Monochromatic Colors of #8E273A
Black with #8E273A
Text Example
Text Example
White with #8E273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E273A; }
p { color: rgb(142,39,58); }
H1.HeaderClassName
{
color: #8E273A;
}
.AnyTagClassName
{
color: #8E273A;
}
</style>
background-color css
<style>
a { background-color: #8E273A; }
a { background-color: rgb(142,39,58); }
div.DivClassName
{
background-color: #8E273A;
}
.BgClassName
{
background-color: #8E273A;
}
</style>
border-color css
<style>
span { border-color: #8E273A; }
span { border-color: rgb(142,39,58); }
td.TdClassName
{
border-color: #8E273A;
}
.TagClassName
{
border-color: #8E273A;
}
</style>