Shades of Disco #8E123E
Tints of Disco #8E123E
RGB
CMYK
RGB Variations
Color information
#8E123E (or 0x8E123E) is known color: Disco. HEX triplet: 8E, 12 and 3E. RGB value is (142,18,62). Sum of RGB (Red+Green+Blue) = 142+18+62=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E123E is #71EDC1. Grayscale: #3C3C3C. Windows color (decimal): -7466434 or 4067982. OLE color: 4067982.
HSL color Cylindrical-coordinate representation of color #8E123E: hue angle of 338.71º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E123E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 62 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.44 |
| HSL | 338.71º | 0.78% | 0.31% | - |
| HSV(B) | 338.71º | 0.87% | 0.56% | - |
| XYZ | 12.24 | 6.53 | 5.17 | - |
| YUV | 60.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 62 | 0 | 0.87 | 0.56 | 0.44 | 338.71 | 0.78 | 0.31 |
| Hex | 8E | 12 | 3E | 0 | 57 | 38 | 2C | 153 | 4E | 1F |
| Octal | 216 | 22 | 76 | 0 | 127 | 70 | 54 | 523 | 116 | 37 |
| Binary | 10001110 | 10010 | 111110 | 0 | 1010111 | 111000 | 101100 | 101010011 | 1001110 | 11111 |
Color Harmonies of #8E123E
Complementary color
Monochromatic Colors of #8E123E
Black with #8E123E
Text Example
Text Example
White with #8E123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E123E; }
p { color: rgb(142,18,62); }
H1.HeaderClassName
{
color: #8E123E;
}
.AnyTagClassName
{
color: #8E123E;
}
</style>
background-color css
<style>
a { background-color: #8E123E; }
a { background-color: rgb(142,18,62); }
div.DivClassName
{
background-color: #8E123E;
}
.BgClassName
{
background-color: #8E123E;
}
</style>
border-color css
<style>
span { border-color: #8E123E; }
span { border-color: rgb(142,18,62); }
td.TdClassName
{
border-color: #8E123E;
}
.TagClassName
{
border-color: #8E123E;
}
</style>