Shades of Disco #8E0D44
Tints of Disco #8E0D44
RGB
CMYK
RGB Variations
Color information
#8E0D44 (or 0x8E0D44) is known color: Disco. HEX triplet: 8E, 0D and 44. RGB value is (142,13,68). Sum of RGB (Red+Green+Blue) = 142+13+68=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D44 is #71F2BB. Grayscale: #393939. Windows color (decimal): -7467708 or 4459918. OLE color: 4459918.
HSL color Cylindrical-coordinate representation of color #8E0D44: hue angle of 334.42º 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 #8E0D44 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 68 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.44 |
| HSL | 334.42º | 0.83% | 0.3% | - |
| HSV(B) | 334.42º | 0.91% | 0.56% | - |
| XYZ | 12.34 | 6.46 | 6.06 | - |
| YUV | 57.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 68 | 0 | 0.91 | 0.52 | 0.44 | 334.42 | 0.83 | 0.3 |
| Hex | 8E | D | 44 | 0 | 5B | 34 | 2C | 14E | 53 | 1E |
| Octal | 216 | 15 | 104 | 0 | 133 | 64 | 54 | 516 | 123 | 36 |
| Binary | 10001110 | 1101 | 1000100 | 0 | 1011011 | 110100 | 101100 | 101001110 | 1010011 | 11110 |
Color Harmonies of #8E0D44
Complementary color
Monochromatic Colors of #8E0D44
Black with #8E0D44
Text Example
Text Example
White with #8E0D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D44; }
p { color: rgb(142,13,68); }
H1.HeaderClassName
{
color: #8E0D44;
}
.AnyTagClassName
{
color: #8E0D44;
}
</style>
background-color css
<style>
a { background-color: #8E0D44; }
a { background-color: rgb(142,13,68); }
div.DivClassName
{
background-color: #8E0D44;
}
.BgClassName
{
background-color: #8E0D44;
}
</style>
border-color css
<style>
span { border-color: #8E0D44; }
span { border-color: rgb(142,13,68); }
td.TdClassName
{
border-color: #8E0D44;
}
.TagClassName
{
border-color: #8E0D44;
}
</style>