Shades of Shiraz #8E1A37
Tints of Shiraz #8E1A37
RGB
CMYK
RGB Variations
Color information
#8E1A37 (or 0x8E1A37) is known color: Shiraz. HEX triplet: 8E, 1A and 37. RGB value is (142,26,55). Sum of RGB (Red+Green+Blue) = 142+26+55=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A37 is #71E5C8. Grayscale: #3F3F3F. Windows color (decimal): -7464393 or 3611278. OLE color: 3611278.
HSL color Cylindrical-coordinate representation of color #8E1A37: hue angle of 345º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A37 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 55 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.44 |
| HSL | 345º | 0.69% | 0.33% | - |
| HSV(B) | 345º | 0.82% | 0.56% | - |
| XYZ | 12.21 | 6.77 | 4.28 | - |
| YUV | 63.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 55 | 0 | 0.82 | 0.61 | 0.44 | 345 | 0.69 | 0.33 |
| Hex | 8E | 1A | 37 | 0 | 52 | 3D | 2C | 159 | 45 | 21 |
| Octal | 216 | 32 | 67 | 0 | 122 | 75 | 54 | 531 | 105 | 41 |
| Binary | 10001110 | 11010 | 110111 | 0 | 1010010 | 111101 | 101100 | 101011001 | 1000101 | 100001 |
Color Harmonies of #8E1A37
Complementary color
Monochromatic Colors of #8E1A37
Black with #8E1A37
Text Example
Text Example
White with #8E1A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A37; }
p { color: rgb(142,26,55); }
H1.HeaderClassName
{
color: #8E1A37;
}
.AnyTagClassName
{
color: #8E1A37;
}
</style>
background-color css
<style>
a { background-color: #8E1A37; }
a { background-color: rgb(142,26,55); }
div.DivClassName
{
background-color: #8E1A37;
}
.BgClassName
{
background-color: #8E1A37;
}
</style>
border-color css
<style>
span { border-color: #8E1A37; }
span { border-color: rgb(142,26,55); }
td.TdClassName
{
border-color: #8E1A37;
}
.TagClassName
{
border-color: #8E1A37;
}
</style>