Shades of Disco #8E284B
Tints of Disco #8E284B
RGB
CMYK
RGB Variations
Color information
#8E284B (or 0x8E284B) is known color: Disco. HEX triplet: 8E, 28 and 4B. RGB value is (142,40,75). Sum of RGB (Red+Green+Blue) = 142+40+75=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E284B is #71D7B4. Grayscale: #4A4A4A. Windows color (decimal): -7460789 or 4925582. OLE color: 4925582.
HSL color Cylindrical-coordinate representation of color #8E284B: hue angle of 339.41º 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 #8E284B is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 75 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.44 |
| HSL | 339.41º | 0.56% | 0.36% | - |
| HSV(B) | 339.41º | 0.72% | 0.56% | - |
| XYZ | 13.18 | 7.78 | 7.46 | - |
| YUV | 74.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 75 | 0 | 0.72 | 0.47 | 0.44 | 339.41 | 0.56 | 0.36 |
| Hex | 8E | 28 | 4B | 0 | 48 | 2F | 2C | 153 | 38 | 24 |
| Octal | 216 | 50 | 113 | 0 | 110 | 57 | 54 | 523 | 70 | 44 |
| Binary | 10001110 | 101000 | 1001011 | 0 | 1001000 | 101111 | 101100 | 101010011 | 111000 | 100100 |
Color Harmonies of #8E284B
Complementary color
Monochromatic Colors of #8E284B
Black with #8E284B
Text Example
Text Example
White with #8E284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E284B; }
p { color: rgb(142,40,75); }
H1.HeaderClassName
{
color: #8E284B;
}
.AnyTagClassName
{
color: #8E284B;
}
</style>
background-color css
<style>
a { background-color: #8E284B; }
a { background-color: rgb(142,40,75); }
div.DivClassName
{
background-color: #8E284B;
}
.BgClassName
{
background-color: #8E284B;
}
</style>
border-color css
<style>
span { border-color: #8E284B; }
span { border-color: rgb(142,40,75); }
td.TdClassName
{
border-color: #8E284B;
}
.TagClassName
{
border-color: #8E284B;
}
</style>