Shades of Disco #8E2949
Tints of Disco #8E2949
RGB
CMYK
RGB Variations
Color information
#8E2949 (or 0x8E2949) is known color: Disco. HEX triplet: 8E, 29 and 49. RGB value is (142,41,73). Sum of RGB (Red+Green+Blue) = 142+41+73=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2949 is #71D6B6. Grayscale: #4A4A4A. Windows color (decimal): -7460535 or 4794766. OLE color: 4794766.
HSL color Cylindrical-coordinate representation of color #8E2949: hue angle of 340.99º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E2949 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 41 | 73 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.44 |
| HSL | 340.99º | 0.55% | 0.36% | - |
| HSV(B) | 340.99º | 0.71% | 0.56% | - |
| XYZ | 13.15 | 7.82 | 7.12 | - |
| YUV | 74.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 73 | 0 | 0.71 | 0.49 | 0.44 | 340.99 | 0.55 | 0.36 |
| Hex | 8E | 29 | 49 | 0 | 47 | 31 | 2C | 155 | 37 | 24 |
| Octal | 216 | 51 | 111 | 0 | 107 | 61 | 54 | 525 | 67 | 44 |
| Binary | 10001110 | 101001 | 1001001 | 0 | 1000111 | 110001 | 101100 | 101010101 | 110111 | 100100 |
Color Harmonies of #8E2949
Complementary color
Monochromatic Colors of #8E2949
Black with #8E2949
Text Example
Text Example
White with #8E2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2949; }
p { color: rgb(142,41,73); }
H1.HeaderClassName
{
color: #8E2949;
}
.AnyTagClassName
{
color: #8E2949;
}
</style>
background-color css
<style>
a { background-color: #8E2949; }
a { background-color: rgb(142,41,73); }
div.DivClassName
{
background-color: #8E2949;
}
.BgClassName
{
background-color: #8E2949;
}
</style>
border-color css
<style>
span { border-color: #8E2949; }
span { border-color: rgb(142,41,73); }
td.TdClassName
{
border-color: #8E2949;
}
.TagClassName
{
border-color: #8E2949;
}
</style>