Shades of Disco #8E2044
Tints of Disco #8E2044
RGB
CMYK
RGB Variations
Color information
#8E2044 (or 0x8E2044) is known color: Disco. HEX triplet: 8E, 20 and 44. RGB value is (142,32,68). Sum of RGB (Red+Green+Blue) = 142+32+68=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2044 is #71DFBB. Grayscale: #444444. Windows color (decimal): -7462844 or 4464782. OLE color: 4464782.
HSL color Cylindrical-coordinate representation of color #8E2044: hue angle of 340.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2044 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 68 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.44 |
| HSL | 340.36º | 0.63% | 0.34% | - |
| HSV(B) | 340.36º | 0.77% | 0.56% | - |
| XYZ | 12.72 | 7.2 | 6.19 | - |
| YUV | 68.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 68 | 0 | 0.77 | 0.52 | 0.44 | 340.36 | 0.63 | 0.34 |
| Hex | 8E | 20 | 44 | 0 | 4D | 34 | 2C | 154 | 3F | 22 |
| Octal | 216 | 40 | 104 | 0 | 115 | 64 | 54 | 524 | 77 | 42 |
| Binary | 10001110 | 100000 | 1000100 | 0 | 1001101 | 110100 | 101100 | 101010100 | 111111 | 100010 |
Color Harmonies of #8E2044
Complementary color
Monochromatic Colors of #8E2044
Black with #8E2044
Text Example
Text Example
White with #8E2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2044; }
p { color: rgb(142,32,68); }
H1.HeaderClassName
{
color: #8E2044;
}
.AnyTagClassName
{
color: #8E2044;
}
</style>
background-color css
<style>
a { background-color: #8E2044; }
a { background-color: rgb(142,32,68); }
div.DivClassName
{
background-color: #8E2044;
}
.BgClassName
{
background-color: #8E2044;
}
</style>
border-color css
<style>
span { border-color: #8E2044; }
span { border-color: rgb(142,32,68); }
td.TdClassName
{
border-color: #8E2044;
}
.TagClassName
{
border-color: #8E2044;
}
</style>