Shades of Shiraz #8E1D37
Tints of Shiraz #8E1D37
RGB
CMYK
RGB Variations
Color information
#8E1D37 (or 0x8E1D37) is known color: Shiraz. HEX triplet: 8E, 1D and 37. RGB value is (142,29,55). Sum of RGB (Red+Green+Blue) = 142+29+55=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1D37 is #71E2C8. Grayscale: #414141. Windows color (decimal): -7463625 or 3612046. OLE color: 3612046.
HSL color Cylindrical-coordinate representation of color #8E1D37: hue angle of 346.19º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D37 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 55 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.44 |
| HSL | 346.19º | 0.66% | 0.34% | - |
| HSV(B) | 346.19º | 0.8% | 0.56% | - |
| XYZ | 12.28 | 6.91 | 4.3 | - |
| YUV | 65.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 55 | 0 | 0.80 | 0.61 | 0.44 | 346.19 | 0.66 | 0.34 |
| Hex | 8E | 1D | 37 | 0 | 50 | 3D | 2C | 15A | 42 | 22 |
| Octal | 216 | 35 | 67 | 0 | 120 | 75 | 54 | 532 | 102 | 42 |
| Binary | 10001110 | 11101 | 110111 | 0 | 1010000 | 111101 | 101100 | 101011010 | 1000010 | 100010 |
Color Harmonies of #8E1D37
Complementary color
Monochromatic Colors of #8E1D37
Black with #8E1D37
Text Example
Text Example
White with #8E1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D37; }
p { color: rgb(142,29,55); }
H1.HeaderClassName
{
color: #8E1D37;
}
.AnyTagClassName
{
color: #8E1D37;
}
</style>
background-color css
<style>
a { background-color: #8E1D37; }
a { background-color: rgb(142,29,55); }
div.DivClassName
{
background-color: #8E1D37;
}
.BgClassName
{
background-color: #8E1D37;
}
</style>
border-color css
<style>
span { border-color: #8E1D37; }
span { border-color: rgb(142,29,55); }
td.TdClassName
{
border-color: #8E1D37;
}
.TagClassName
{
border-color: #8E1D37;
}
</style>