Shades of Shiraz #8E1A36
Tints of Shiraz #8E1A36
RGB
CMYK
RGB Variations
Color information
#8E1A36 (or 0x8E1A36) is known color: Shiraz. HEX triplet: 8E, 1A and 36. RGB value is (142,26,54). Sum of RGB (Red+Green+Blue) = 142+26+54=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A36 is #71E5C9. Grayscale: #3F3F3F. Windows color (decimal): -7464394 or 3545742. OLE color: 3545742.
HSL color Cylindrical-coordinate representation of color #8E1A36: hue angle of 345.52º 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 #8E1A36 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 54 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.44 |
| HSL | 345.52º | 0.69% | 0.33% | - |
| HSV(B) | 345.52º | 0.82% | 0.56% | - |
| XYZ | 12.19 | 6.76 | 4.15 | - |
| YUV | 63.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 54 | 0 | 0.82 | 0.62 | 0.44 | 345.52 | 0.69 | 0.33 |
| Hex | 8E | 1A | 36 | 0 | 52 | 3E | 2C | 15A | 45 | 21 |
| Octal | 216 | 32 | 66 | 0 | 122 | 76 | 54 | 532 | 105 | 41 |
| Binary | 10001110 | 11010 | 110110 | 0 | 1010010 | 111110 | 101100 | 101011010 | 1000101 | 100001 |
Color Harmonies of #8E1A36
Complementary color
Monochromatic Colors of #8E1A36
Black with #8E1A36
Text Example
Text Example
White with #8E1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A36; }
p { color: rgb(142,26,54); }
H1.HeaderClassName
{
color: #8E1A36;
}
.AnyTagClassName
{
color: #8E1A36;
}
</style>
background-color css
<style>
a { background-color: #8E1A36; }
a { background-color: rgb(142,26,54); }
div.DivClassName
{
background-color: #8E1A36;
}
.BgClassName
{
background-color: #8E1A36;
}
</style>
border-color css
<style>
span { border-color: #8E1A36; }
span { border-color: rgb(142,26,54); }
td.TdClassName
{
border-color: #8E1A36;
}
.TagClassName
{
border-color: #8E1A36;
}
</style>