Shades of Disco #8E0D42
Tints of Disco #8E0D42
RGB
CMYK
RGB Variations
Color information
#8E0D42 (or 0x8E0D42) is known color: Disco. HEX triplet: 8E, 0D and 42. RGB value is (142,13,66). Sum of RGB (Red+Green+Blue) = 142+13+66=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D42 is #71F2BD. Grayscale: #393939. Windows color (decimal): -7467710 or 4328846. OLE color: 4328846.
HSL color Cylindrical-coordinate representation of color #8E0D42: hue angle of 335.35º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D42 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 66 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.44 |
| HSL | 335.35º | 0.83% | 0.3% | - |
| HSV(B) | 335.35º | 0.91% | 0.56% | - |
| XYZ | 12.28 | 6.43 | 5.75 | - |
| YUV | 57.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 66 | 0 | 0.91 | 0.54 | 0.44 | 335.35 | 0.83 | 0.3 |
| Hex | 8E | D | 42 | 0 | 5B | 36 | 2C | 14F | 53 | 1E |
| Octal | 216 | 15 | 102 | 0 | 133 | 66 | 54 | 517 | 123 | 36 |
| Binary | 10001110 | 1101 | 1000010 | 0 | 1011011 | 110110 | 101100 | 101001111 | 1010011 | 11110 |
Color Harmonies of #8E0D42
Complementary color
Monochromatic Colors of #8E0D42
Black with #8E0D42
Text Example
Text Example
White with #8E0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D42; }
p { color: rgb(142,13,66); }
H1.HeaderClassName
{
color: #8E0D42;
}
.AnyTagClassName
{
color: #8E0D42;
}
</style>
background-color css
<style>
a { background-color: #8E0D42; }
a { background-color: rgb(142,13,66); }
div.DivClassName
{
background-color: #8E0D42;
}
.BgClassName
{
background-color: #8E0D42;
}
</style>
border-color css
<style>
span { border-color: #8E0D42; }
span { border-color: rgb(142,13,66); }
td.TdClassName
{
border-color: #8E0D42;
}
.TagClassName
{
border-color: #8E0D42;
}
</style>