Shades of Disco #8E2F45
Tints of Disco #8E2F45
RGB
CMYK
RGB Variations
Color information
#8E2F45 (or 0x8E2F45) is known color: Disco. HEX triplet: 8E, 2F and 45. RGB value is (142,47,69). Sum of RGB (Red+Green+Blue) = 142+47+69=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2F45 is #71D0BA. Grayscale: #4D4D4D. Windows color (decimal): -7459003 or 4534158. OLE color: 4534158.
HSL color Cylindrical-coordinate representation of color #8E2F45: hue angle of 346.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E2F45 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 47 | 69 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.44 |
| HSL | 346.11º | 0.5% | 0.37% | - |
| HSV(B) | 346.11º | 0.67% | 0.56% | - |
| XYZ | 13.25 | 8.21 | 6.52 | - |
| YUV | 77.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 69 | 0 | 0.67 | 0.51 | 0.44 | 346.11 | 0.5 | 0.37 |
| Hex | 8E | 2F | 45 | 0 | 43 | 33 | 2C | 15A | 32 | 25 |
| Octal | 216 | 57 | 105 | 0 | 103 | 63 | 54 | 532 | 62 | 45 |
| Binary | 10001110 | 101111 | 1000101 | 0 | 1000011 | 110011 | 101100 | 101011010 | 110010 | 100101 |
Color Harmonies of #8E2F45
Complementary color
Monochromatic Colors of #8E2F45
Black with #8E2F45
Text Example
Text Example
White with #8E2F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2F45; }
p { color: rgb(142,47,69); }
H1.HeaderClassName
{
color: #8E2F45;
}
.AnyTagClassName
{
color: #8E2F45;
}
</style>
background-color css
<style>
a { background-color: #8E2F45; }
a { background-color: rgb(142,47,69); }
div.DivClassName
{
background-color: #8E2F45;
}
.BgClassName
{
background-color: #8E2F45;
}
</style>
border-color css
<style>
span { border-color: #8E2F45; }
span { border-color: rgb(142,47,69); }
td.TdClassName
{
border-color: #8E2F45;
}
.TagClassName
{
border-color: #8E2F45;
}
</style>