Shades of Disco #8E284D
Tints of Disco #8E284D
RGB
CMYK
RGB Variations
Color information
#8E284D (or 0x8E284D) is known color: Disco. HEX triplet: 8E, 28 and 4D. RGB value is (142,40,77). Sum of RGB (Red+Green+Blue) = 142+40+77=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E284D is #71D7B2. Grayscale: #4A4A4A. Windows color (decimal): -7460787 or 5056654. OLE color: 5056654.
HSL color Cylindrical-coordinate representation of color #8E284D: hue angle of 338.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E284D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 77 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.44 |
| HSL | 338.24º | 0.56% | 0.36% | - |
| HSV(B) | 338.24º | 0.72% | 0.56% | - |
| XYZ | 13.25 | 7.8 | 7.83 | - |
| YUV | 74.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 77 | 0 | 0.72 | 0.46 | 0.44 | 338.24 | 0.56 | 0.36 |
| Hex | 8E | 28 | 4D | 0 | 48 | 2E | 2C | 152 | 38 | 24 |
| Octal | 216 | 50 | 115 | 0 | 110 | 56 | 54 | 522 | 70 | 44 |
| Binary | 10001110 | 101000 | 1001101 | 0 | 1001000 | 101110 | 101100 | 101010010 | 111000 | 100100 |
Color Harmonies of #8E284D
Complementary color
Monochromatic Colors of #8E284D
Black with #8E284D
Text Example
Text Example
White with #8E284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E284D; }
p { color: rgb(142,40,77); }
H1.HeaderClassName
{
color: #8E284D;
}
.AnyTagClassName
{
color: #8E284D;
}
</style>
background-color css
<style>
a { background-color: #8E284D; }
a { background-color: rgb(142,40,77); }
div.DivClassName
{
background-color: #8E284D;
}
.BgClassName
{
background-color: #8E284D;
}
</style>
border-color css
<style>
span { border-color: #8E284D; }
span { border-color: rgb(142,40,77); }
td.TdClassName
{
border-color: #8E284D;
}
.TagClassName
{
border-color: #8E284D;
}
</style>