Shades of Disco #8E2E45
Tints of Disco #8E2E45
RGB
CMYK
RGB Variations
Color information
#8E2E45 (or 0x8E2E45) is known color: Disco. HEX triplet: 8E, 2E and 45. RGB value is (142,46,69). Sum of RGB (Red+Green+Blue) = 142+46+69=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2E45 is #71D1BA. Grayscale: #4D4D4D. Windows color (decimal): -7459259 or 4533902. OLE color: 4533902.
HSL color Cylindrical-coordinate representation of color #8E2E45: hue angle of 345.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E45 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 46 | 69 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.44 |
| HSL | 345.63º | 0.51% | 0.37% | - |
| HSV(B) | 345.63º | 0.68% | 0.56% | - |
| XYZ | 13.21 | 8.13 | 6.5 | - |
| YUV | 77.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 69 | 0 | 0.68 | 0.51 | 0.44 | 345.63 | 0.51 | 0.37 |
| Hex | 8E | 2E | 45 | 0 | 44 | 33 | 2C | 15A | 33 | 25 |
| Octal | 216 | 56 | 105 | 0 | 104 | 63 | 54 | 532 | 63 | 45 |
| Binary | 10001110 | 101110 | 1000101 | 0 | 1000100 | 110011 | 101100 | 101011010 | 110011 | 100101 |
Color Harmonies of #8E2E45
Complementary color
Monochromatic Colors of #8E2E45
Black with #8E2E45
Text Example
Text Example
White with #8E2E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2E45; }
p { color: rgb(142,46,69); }
H1.HeaderClassName
{
color: #8E2E45;
}
.AnyTagClassName
{
color: #8E2E45;
}
</style>
background-color css
<style>
a { background-color: #8E2E45; }
a { background-color: rgb(142,46,69); }
div.DivClassName
{
background-color: #8E2E45;
}
.BgClassName
{
background-color: #8E2E45;
}
</style>
border-color css
<style>
span { border-color: #8E2E45; }
span { border-color: rgb(142,46,69); }
td.TdClassName
{
border-color: #8E2E45;
}
.TagClassName
{
border-color: #8E2E45;
}
</style>