Shades of Disco #8E0C42
Tints of Disco #8E0C42
RGB
CMYK
RGB Variations
Color information
#8E0C42 (or 0x8E0C42) is known color: Disco. HEX triplet: 8E, 0C and 42. RGB value is (142,12,66). Sum of RGB (Red+Green+Blue) = 142+12+66=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C42 is #71F3BD. Grayscale: #383838. Windows color (decimal): -7467966 or 4328590. OLE color: 4328590.
HSL color Cylindrical-coordinate representation of color #8E0C42: hue angle of 335.08º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C42 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 66 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.44 |
| HSL | 335.08º | 0.84% | 0.3% | - |
| HSV(B) | 335.08º | 0.92% | 0.56% | - |
| XYZ | 12.27 | 6.41 | 5.74 | - |
| YUV | 57.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 66 | 0 | 0.92 | 0.54 | 0.44 | 335.08 | 0.84 | 0.3 |
| Hex | 8E | C | 42 | 0 | 5C | 36 | 2C | 14F | 54 | 1E |
| Octal | 216 | 14 | 102 | 0 | 134 | 66 | 54 | 517 | 124 | 36 |
| Binary | 10001110 | 1100 | 1000010 | 0 | 1011100 | 110110 | 101100 | 101001111 | 1010100 | 11110 |
Color Harmonies of #8E0C42
Complementary color
Monochromatic Colors of #8E0C42
Black with #8E0C42
Text Example
Text Example
White with #8E0C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C42; }
p { color: rgb(142,12,66); }
H1.HeaderClassName
{
color: #8E0C42;
}
.AnyTagClassName
{
color: #8E0C42;
}
</style>
background-color css
<style>
a { background-color: #8E0C42; }
a { background-color: rgb(142,12,66); }
div.DivClassName
{
background-color: #8E0C42;
}
.BgClassName
{
background-color: #8E0C42;
}
</style>
border-color css
<style>
span { border-color: #8E0C42; }
span { border-color: rgb(142,12,66); }
td.TdClassName
{
border-color: #8E0C42;
}
.TagClassName
{
border-color: #8E0C42;
}
</style>