Shades of Disco #8E174A
Tints of Disco #8E174A
RGB
CMYK
RGB Variations
Color information
#8E174A (or 0x8E174A) is known color: Disco. HEX triplet: 8E, 17 and 4A. RGB value is (142,23,74). Sum of RGB (Red+Green+Blue) = 142+23+74=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E174A is #71E8B5. Grayscale: #404040. Windows color (decimal): -7465142 or 4855694. OLE color: 4855694.
HSL color Cylindrical-coordinate representation of color #8E174A: hue angle of 334.29º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E174A is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 23 | 74 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.44 |
| HSL | 334.29º | 0.72% | 0.32% | - |
| HSV(B) | 334.29º | 0.84% | 0.56% | - |
| XYZ | 12.7 | 6.86 | 7.13 | - |
| YUV | 64.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 74 | 0 | 0.84 | 0.48 | 0.44 | 334.29 | 0.72 | 0.32 |
| Hex | 8E | 17 | 4A | 0 | 54 | 30 | 2C | 14E | 48 | 20 |
| Octal | 216 | 27 | 112 | 0 | 124 | 60 | 54 | 516 | 110 | 40 |
| Binary | 10001110 | 10111 | 1001010 | 0 | 1010100 | 110000 | 101100 | 101001110 | 1001000 | 100000 |
Color Harmonies of #8E174A
Complementary color
Monochromatic Colors of #8E174A
Black with #8E174A
Text Example
Text Example
White with #8E174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E174A; }
p { color: rgb(142,23,74); }
H1.HeaderClassName
{
color: #8E174A;
}
.AnyTagClassName
{
color: #8E174A;
}
</style>
background-color css
<style>
a { background-color: #8E174A; }
a { background-color: rgb(142,23,74); }
div.DivClassName
{
background-color: #8E174A;
}
.BgClassName
{
background-color: #8E174A;
}
</style>
border-color css
<style>
span { border-color: #8E174A; }
span { border-color: rgb(142,23,74); }
td.TdClassName
{
border-color: #8E174A;
}
.TagClassName
{
border-color: #8E174A;
}
</style>