Shades of Disco #8E0D41
Tints of Disco #8E0D41
RGB
CMYK
RGB Variations
Color information
#8E0D41 (or 0x8E0D41) is known color: Disco. HEX triplet: 8E, 0D and 41. RGB value is (142,13,65). Sum of RGB (Red+Green+Blue) = 142+13+65=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D41 is #71F2BE. Grayscale: #393939. Windows color (decimal): -7467711 or 4263310. OLE color: 4263310.
HSL color Cylindrical-coordinate representation of color #8E0D41: hue angle of 335.81º 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 #8E0D41 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 65 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.44 |
| HSL | 335.81º | 0.83% | 0.3% | - |
| HSV(B) | 335.81º | 0.91% | 0.56% | - |
| XYZ | 12.25 | 6.42 | 5.59 | - |
| YUV | 57.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 65 | 0 | 0.91 | 0.54 | 0.44 | 335.81 | 0.83 | 0.3 |
| Hex | 8E | D | 41 | 0 | 5B | 36 | 2C | 150 | 53 | 1E |
| Octal | 216 | 15 | 101 | 0 | 133 | 66 | 54 | 520 | 123 | 36 |
| Binary | 10001110 | 1101 | 1000001 | 0 | 1011011 | 110110 | 101100 | 101010000 | 1010011 | 11110 |
Color Harmonies of #8E0D41
Complementary color
Monochromatic Colors of #8E0D41
Black with #8E0D41
Text Example
Text Example
White with #8E0D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D41; }
p { color: rgb(142,13,65); }
H1.HeaderClassName
{
color: #8E0D41;
}
.AnyTagClassName
{
color: #8E0D41;
}
</style>
background-color css
<style>
a { background-color: #8E0D41; }
a { background-color: rgb(142,13,65); }
div.DivClassName
{
background-color: #8E0D41;
}
.BgClassName
{
background-color: #8E0D41;
}
</style>
border-color css
<style>
span { border-color: #8E0D41; }
span { border-color: rgb(142,13,65); }
td.TdClassName
{
border-color: #8E0D41;
}
.TagClassName
{
border-color: #8E0D41;
}
</style>