Shades of Shiraz #8E283B
Tints of Shiraz #8E283B
RGB
CMYK
RGB Variations
Color information
#8E283B (or 0x8E283B) is known color: Shiraz. HEX triplet: 8E, 28 and 3B. RGB value is (142,40,59). Sum of RGB (Red+Green+Blue) = 142+40+59=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E283B is #71D7C4. Grayscale: #484848. Windows color (decimal): -7460805 or 3877006. OLE color: 3877006.
HSL color Cylindrical-coordinate representation of color #8E283B: hue angle of 348.82º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E283B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 59 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.44 |
| HSL | 348.82º | 0.56% | 0.36% | - |
| HSV(B) | 348.82º | 0.72% | 0.56% | - |
| XYZ | 12.7 | 7.58 | 4.93 | - |
| YUV | 72.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 59 | 0 | 0.72 | 0.58 | 0.44 | 348.82 | 0.56 | 0.36 |
| Hex | 8E | 28 | 3B | 0 | 48 | 3A | 2C | 15D | 38 | 24 |
| Octal | 216 | 50 | 73 | 0 | 110 | 72 | 54 | 535 | 70 | 44 |
| Binary | 10001110 | 101000 | 111011 | 0 | 1001000 | 111010 | 101100 | 101011101 | 111000 | 100100 |
Color Harmonies of #8E283B
Complementary color
Monochromatic Colors of #8E283B
Black with #8E283B
Text Example
Text Example
White with #8E283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E283B; }
p { color: rgb(142,40,59); }
H1.HeaderClassName
{
color: #8E283B;
}
.AnyTagClassName
{
color: #8E283B;
}
</style>
background-color css
<style>
a { background-color: #8E283B; }
a { background-color: rgb(142,40,59); }
div.DivClassName
{
background-color: #8E283B;
}
.BgClassName
{
background-color: #8E283B;
}
</style>
border-color css
<style>
span { border-color: #8E283B; }
span { border-color: rgb(142,40,59); }
td.TdClassName
{
border-color: #8E283B;
}
.TagClassName
{
border-color: #8E283B;
}
</style>