Shades of Disco #8E2344
Tints of Disco #8E2344
RGB
CMYK
RGB Variations
Color information
#8E2344 (or 0x8E2344) is known color: Disco. HEX triplet: 8E, 23 and 44. RGB value is (142,35,68). Sum of RGB (Red+Green+Blue) = 142+35+68=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2344 is #71DCBB. Grayscale: #464646. Windows color (decimal): -7462076 or 4465550. OLE color: 4465550.
HSL color Cylindrical-coordinate representation of color #8E2344: hue angle of 341.5º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2344 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 35 | 68 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.44 |
| HSL | 341.5º | 0.6% | 0.35% | - |
| HSV(B) | 341.5º | 0.75% | 0.56% | - |
| XYZ | 12.8 | 7.37 | 6.22 | - |
| YUV | 70.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 68 | 0 | 0.75 | 0.52 | 0.44 | 341.5 | 0.6 | 0.35 |
| Hex | 8E | 23 | 44 | 0 | 4B | 34 | 2C | 155 | 3C | 23 |
| Octal | 216 | 43 | 104 | 0 | 113 | 64 | 54 | 525 | 74 | 43 |
| Binary | 10001110 | 100011 | 1000100 | 0 | 1001011 | 110100 | 101100 | 101010101 | 111100 | 100011 |
Color Harmonies of #8E2344
Complementary color
Monochromatic Colors of #8E2344
Black with #8E2344
Text Example
Text Example
White with #8E2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2344; }
p { color: rgb(142,35,68); }
H1.HeaderClassName
{
color: #8E2344;
}
.AnyTagClassName
{
color: #8E2344;
}
</style>
background-color css
<style>
a { background-color: #8E2344; }
a { background-color: rgb(142,35,68); }
div.DivClassName
{
background-color: #8E2344;
}
.BgClassName
{
background-color: #8E2344;
}
</style>
border-color css
<style>
span { border-color: #8E2344; }
span { border-color: rgb(142,35,68); }
td.TdClassName
{
border-color: #8E2344;
}
.TagClassName
{
border-color: #8E2344;
}
</style>