Shades of Disco #8E2742
Tints of Disco #8E2742
RGB
CMYK
RGB Variations
Color information
#8E2742 (or 0x8E2742) is known color: Disco. HEX triplet: 8E, 27 and 42. RGB value is (142,39,66). Sum of RGB (Red+Green+Blue) = 142+39+66=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2742 is #71D8BD. Grayscale: #484848. Windows color (decimal): -7461054 or 4335502. OLE color: 4335502.
HSL color Cylindrical-coordinate representation of color #8E2742: hue angle of 344.27º 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 #8E2742 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 39 | 66 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.44 |
| HSL | 344.27º | 0.57% | 0.35% | - |
| HSV(B) | 344.27º | 0.73% | 0.56% | - |
| XYZ | 12.86 | 7.6 | 5.94 | - |
| YUV | 72.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 66 | 0 | 0.73 | 0.54 | 0.44 | 344.27 | 0.57 | 0.35 |
| Hex | 8E | 27 | 42 | 0 | 49 | 36 | 2C | 158 | 39 | 23 |
| Octal | 216 | 47 | 102 | 0 | 111 | 66 | 54 | 530 | 71 | 43 |
| Binary | 10001110 | 100111 | 1000010 | 0 | 1001001 | 110110 | 101100 | 101011000 | 111001 | 100011 |
Color Harmonies of #8E2742
Complementary color
Monochromatic Colors of #8E2742
Black with #8E2742
Text Example
Text Example
White with #8E2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2742; }
p { color: rgb(142,39,66); }
H1.HeaderClassName
{
color: #8E2742;
}
.AnyTagClassName
{
color: #8E2742;
}
</style>
background-color css
<style>
a { background-color: #8E2742; }
a { background-color: rgb(142,39,66); }
div.DivClassName
{
background-color: #8E2742;
}
.BgClassName
{
background-color: #8E2742;
}
</style>
border-color css
<style>
span { border-color: #8E2742; }
span { border-color: rgb(142,39,66); }
td.TdClassName
{
border-color: #8E2742;
}
.TagClassName
{
border-color: #8E2742;
}
</style>