Shades of Disco #8E2749
Tints of Disco #8E2749
RGB
CMYK
RGB Variations
Color information
#8E2749 (or 0x8E2749) is known color: Disco. HEX triplet: 8E, 27 and 49. RGB value is (142,39,73). Sum of RGB (Red+Green+Blue) = 142+39+73=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2749 is #71D8B6. Grayscale: #494949. Windows color (decimal): -7461047 or 4794254. OLE color: 4794254.
HSL color Cylindrical-coordinate representation of color #8E2749: hue angle of 340.19º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2749 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 39 | 73 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.44 |
| HSL | 340.19º | 0.57% | 0.35% | - |
| HSV(B) | 340.19º | 0.73% | 0.56% | - |
| XYZ | 13.08 | 7.68 | 7.1 | - |
| YUV | 73.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 73 | 0 | 0.73 | 0.49 | 0.44 | 340.19 | 0.57 | 0.35 |
| Hex | 8E | 27 | 49 | 0 | 49 | 31 | 2C | 154 | 39 | 23 |
| Octal | 216 | 47 | 111 | 0 | 111 | 61 | 54 | 524 | 71 | 43 |
| Binary | 10001110 | 100111 | 1001001 | 0 | 1001001 | 110001 | 101100 | 101010100 | 111001 | 100011 |
Color Harmonies of #8E2749
Complementary color
Monochromatic Colors of #8E2749
Black with #8E2749
Text Example
Text Example
White with #8E2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2749; }
p { color: rgb(142,39,73); }
H1.HeaderClassName
{
color: #8E2749;
}
.AnyTagClassName
{
color: #8E2749;
}
</style>
background-color css
<style>
a { background-color: #8E2749; }
a { background-color: rgb(142,39,73); }
div.DivClassName
{
background-color: #8E2749;
}
.BgClassName
{
background-color: #8E2749;
}
</style>
border-color css
<style>
span { border-color: #8E2749; }
span { border-color: rgb(142,39,73); }
td.TdClassName
{
border-color: #8E2749;
}
.TagClassName
{
border-color: #8E2749;
}
</style>