Shades of Shiraz #8E1635
Tints of Shiraz #8E1635
RGB
CMYK
RGB Variations
Color information
#8E1635 (or 0x8E1635) is known color: Shiraz. HEX triplet: 8E, 16 and 35. RGB value is (142,22,53). Sum of RGB (Red+Green+Blue) = 142+22+53=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1635 is #71E9CA. Grayscale: #3D3D3D. Windows color (decimal): -7465419 or 3479182. OLE color: 3479182.
HSL color Cylindrical-coordinate representation of color #8E1635: hue angle of 344.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1635 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 53 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.44 |
| HSL | 344.5º | 0.73% | 0.32% | - |
| HSV(B) | 344.5º | 0.85% | 0.56% | - |
| XYZ | 12.08 | 6.58 | 4 | - |
| YUV | 61.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 53 | 0 | 0.85 | 0.63 | 0.44 | 344.5 | 0.73 | 0.32 |
| Hex | 8E | 16 | 35 | 0 | 55 | 3F | 2C | 158 | 49 | 20 |
| Octal | 216 | 26 | 65 | 0 | 125 | 77 | 54 | 530 | 111 | 40 |
| Binary | 10001110 | 10110 | 110101 | 0 | 1010101 | 111111 | 101100 | 101011000 | 1001001 | 100000 |
Color Harmonies of #8E1635
Complementary color
Monochromatic Colors of #8E1635
Black with #8E1635
Text Example
Text Example
White with #8E1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1635; }
p { color: rgb(142,22,53); }
H1.HeaderClassName
{
color: #8E1635;
}
.AnyTagClassName
{
color: #8E1635;
}
</style>
background-color css
<style>
a { background-color: #8E1635; }
a { background-color: rgb(142,22,53); }
div.DivClassName
{
background-color: #8E1635;
}
.BgClassName
{
background-color: #8E1635;
}
</style>
border-color css
<style>
span { border-color: #8E1635; }
span { border-color: rgb(142,22,53); }
td.TdClassName
{
border-color: #8E1635;
}
.TagClassName
{
border-color: #8E1635;
}
</style>