Shades of Disco #8E1544
Tints of Disco #8E1544
RGB
CMYK
RGB Variations
Color information
#8E1544 (or 0x8E1544) is known color: Disco. HEX triplet: 8E, 15 and 44. RGB value is (142,21,68). Sum of RGB (Red+Green+Blue) = 142+21+68=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1544 is #71EABB. Grayscale: #3E3E3E. Windows color (decimal): -7465660 or 4461966. OLE color: 4461966.
HSL color Cylindrical-coordinate representation of color #8E1544: hue angle of 336.69º degrees, saturation: 0.74, 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 #8E1544 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 68 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.44 |
| HSL | 336.69º | 0.74% | 0.32% | - |
| HSV(B) | 336.69º | 0.85% | 0.56% | - |
| XYZ | 12.47 | 6.7 | 6.11 | - |
| YUV | 62.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 68 | 0 | 0.85 | 0.52 | 0.44 | 336.69 | 0.74 | 0.32 |
| Hex | 8E | 15 | 44 | 0 | 55 | 34 | 2C | 151 | 4A | 20 |
| Octal | 216 | 25 | 104 | 0 | 125 | 64 | 54 | 521 | 112 | 40 |
| Binary | 10001110 | 10101 | 1000100 | 0 | 1010101 | 110100 | 101100 | 101010001 | 1001010 | 100000 |
Color Harmonies of #8E1544
Complementary color
Monochromatic Colors of #8E1544
Black with #8E1544
Text Example
Text Example
White with #8E1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1544; }
p { color: rgb(142,21,68); }
H1.HeaderClassName
{
color: #8E1544;
}
.AnyTagClassName
{
color: #8E1544;
}
</style>
background-color css
<style>
a { background-color: #8E1544; }
a { background-color: rgb(142,21,68); }
div.DivClassName
{
background-color: #8E1544;
}
.BgClassName
{
background-color: #8E1544;
}
</style>
border-color css
<style>
span { border-color: #8E1544; }
span { border-color: rgb(142,21,68); }
td.TdClassName
{
border-color: #8E1544;
}
.TagClassName
{
border-color: #8E1544;
}
</style>