Shades of Disco #8E1240
Tints of Disco #8E1240
RGB
CMYK
RGB Variations
Color information
#8E1240 (or 0x8E1240) is known color: Disco. HEX triplet: 8E, 12 and 40. RGB value is (142,18,64). Sum of RGB (Red+Green+Blue) = 142+18+64=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1240 is #71EDBF. Grayscale: #3C3C3C. Windows color (decimal): -7466432 or 4199054. OLE color: 4199054.
HSL color Cylindrical-coordinate representation of color #8E1240: hue angle of 337.74º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1240 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 64 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.44 |
| HSL | 337.74º | 0.78% | 0.31% | - |
| HSV(B) | 337.74º | 0.87% | 0.56% | - |
| XYZ | 12.3 | 6.55 | 5.47 | - |
| YUV | 60.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 64 | 0 | 0.87 | 0.55 | 0.44 | 337.74 | 0.78 | 0.31 |
| Hex | 8E | 12 | 40 | 0 | 57 | 37 | 2C | 152 | 4E | 1F |
| Octal | 216 | 22 | 100 | 0 | 127 | 67 | 54 | 522 | 116 | 37 |
| Binary | 10001110 | 10010 | 1000000 | 0 | 1010111 | 110111 | 101100 | 101010010 | 1001110 | 11111 |
Color Harmonies of #8E1240
Complementary color
Monochromatic Colors of #8E1240
Black with #8E1240
Text Example
Text Example
White with #8E1240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1240; }
p { color: rgb(142,18,64); }
H1.HeaderClassName
{
color: #8E1240;
}
.AnyTagClassName
{
color: #8E1240;
}
</style>
background-color css
<style>
a { background-color: #8E1240; }
a { background-color: rgb(142,18,64); }
div.DivClassName
{
background-color: #8E1240;
}
.BgClassName
{
background-color: #8E1240;
}
</style>
border-color css
<style>
span { border-color: #8E1240; }
span { border-color: rgb(142,18,64); }
td.TdClassName
{
border-color: #8E1240;
}
.TagClassName
{
border-color: #8E1240;
}
</style>