Shades of Disco #8E1242
Tints of Disco #8E1242
RGB
CMYK
RGB Variations
Color information
#8E1242 (or 0x8E1242) is known color: Disco. HEX triplet: 8E, 12 and 42. RGB value is (142,18,66). Sum of RGB (Red+Green+Blue) = 142+18+66=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1242 is #71EDBD. Grayscale: #3C3C3C. Windows color (decimal): -7466430 or 4330126. OLE color: 4330126.
HSL color Cylindrical-coordinate representation of color #8E1242: hue angle of 336.77º 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 #8E1242 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 66 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.44 |
| HSL | 336.77º | 0.78% | 0.31% | - |
| HSV(B) | 336.77º | 0.87% | 0.56% | - |
| XYZ | 12.36 | 6.58 | 5.77 | - |
| YUV | 60.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 66 | 0 | 0.87 | 0.54 | 0.44 | 336.77 | 0.78 | 0.31 |
| Hex | 8E | 12 | 42 | 0 | 57 | 36 | 2C | 151 | 4E | 1F |
| Octal | 216 | 22 | 102 | 0 | 127 | 66 | 54 | 521 | 116 | 37 |
| Binary | 10001110 | 10010 | 1000010 | 0 | 1010111 | 110110 | 101100 | 101010001 | 1001110 | 11111 |
Color Harmonies of #8E1242
Complementary color
Monochromatic Colors of #8E1242
Black with #8E1242
Text Example
Text Example
White with #8E1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1242; }
p { color: rgb(142,18,66); }
H1.HeaderClassName
{
color: #8E1242;
}
.AnyTagClassName
{
color: #8E1242;
}
</style>
background-color css
<style>
a { background-color: #8E1242; }
a { background-color: rgb(142,18,66); }
div.DivClassName
{
background-color: #8E1242;
}
.BgClassName
{
background-color: #8E1242;
}
</style>
border-color css
<style>
span { border-color: #8E1242; }
span { border-color: rgb(142,18,66); }
td.TdClassName
{
border-color: #8E1242;
}
.TagClassName
{
border-color: #8E1242;
}
</style>