Shades of Shiraz #8E283D
Tints of Shiraz #8E283D
RGB
CMYK
RGB Variations
Color information
#8E283D (or 0x8E283D) is known color: Shiraz. HEX triplet: 8E, 28 and 3D. RGB value is (142,40,61). Sum of RGB (Red+Green+Blue) = 142+40+61=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E283D is #71D7C2. Grayscale: #484848. Windows color (decimal): -7460803 or 4008078. OLE color: 4008078.
HSL color Cylindrical-coordinate representation of color #8E283D: hue angle of 347.65º 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 #8E283D is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 61 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.44 |
| HSL | 347.65º | 0.56% | 0.36% | - |
| HSV(B) | 347.65º | 0.72% | 0.56% | - |
| XYZ | 12.76 | 7.61 | 5.21 | - |
| YUV | 72.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 61 | 0 | 0.72 | 0.57 | 0.44 | 347.65 | 0.56 | 0.36 |
| Hex | 8E | 28 | 3D | 0 | 48 | 39 | 2C | 15C | 38 | 24 |
| Octal | 216 | 50 | 75 | 0 | 110 | 71 | 54 | 534 | 70 | 44 |
| Binary | 10001110 | 101000 | 111101 | 0 | 1001000 | 111001 | 101100 | 101011100 | 111000 | 100100 |
Color Harmonies of #8E283D
Complementary color
Monochromatic Colors of #8E283D
Black with #8E283D
Text Example
Text Example
White with #8E283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E283D; }
p { color: rgb(142,40,61); }
H1.HeaderClassName
{
color: #8E283D;
}
.AnyTagClassName
{
color: #8E283D;
}
</style>
background-color css
<style>
a { background-color: #8E283D; }
a { background-color: rgb(142,40,61); }
div.DivClassName
{
background-color: #8E283D;
}
.BgClassName
{
background-color: #8E283D;
}
</style>
border-color css
<style>
span { border-color: #8E283D; }
span { border-color: rgb(142,40,61); }
td.TdClassName
{
border-color: #8E283D;
}
.TagClassName
{
border-color: #8E283D;
}
</style>