Shades of Disco #8E1C43
Tints of Disco #8E1C43
RGB
CMYK
RGB Variations
Color information
#8E1C43 (or 0x8E1C43) is known color: Disco. HEX triplet: 8E, 1C and 43. RGB value is (142,28,67). Sum of RGB (Red+Green+Blue) = 142+28+67=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1C43 is #71E3BC. Grayscale: #424242. Windows color (decimal): -7463869 or 4398222. OLE color: 4398222.
HSL color Cylindrical-coordinate representation of color #8E1C43: hue angle of 339.47º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C43 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 28 | 67 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.44 |
| HSL | 339.47º | 0.67% | 0.33% | - |
| HSV(B) | 339.47º | 0.8% | 0.56% | - |
| XYZ | 12.58 | 6.99 | 6 | - |
| YUV | 66.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 67 | 0 | 0.80 | 0.53 | 0.44 | 339.47 | 0.67 | 0.33 |
| Hex | 8E | 1C | 43 | 0 | 50 | 35 | 2C | 153 | 43 | 21 |
| Octal | 216 | 34 | 103 | 0 | 120 | 65 | 54 | 523 | 103 | 41 |
| Binary | 10001110 | 11100 | 1000011 | 0 | 1010000 | 110101 | 101100 | 101010011 | 1000011 | 100001 |
Color Harmonies of #8E1C43
Complementary color
Monochromatic Colors of #8E1C43
Black with #8E1C43
Text Example
Text Example
White with #8E1C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C43; }
p { color: rgb(142,28,67); }
H1.HeaderClassName
{
color: #8E1C43;
}
.AnyTagClassName
{
color: #8E1C43;
}
</style>
background-color css
<style>
a { background-color: #8E1C43; }
a { background-color: rgb(142,28,67); }
div.DivClassName
{
background-color: #8E1C43;
}
.BgClassName
{
background-color: #8E1C43;
}
</style>
border-color css
<style>
span { border-color: #8E1C43; }
span { border-color: rgb(142,28,67); }
td.TdClassName
{
border-color: #8E1C43;
}
.TagClassName
{
border-color: #8E1C43;
}
</style>