Shades of Disco #8E324D
Tints of Disco #8E324D
RGB
CMYK
RGB Variations
Color information
#8E324D (or 0x8E324D) is known color: Disco. HEX triplet: 8E, 32 and 4D. RGB value is (142,50,77). Sum of RGB (Red+Green+Blue) = 142+50+77=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E324D is #71CDB2. Grayscale: #505050. Windows color (decimal): -7458227 or 5059214. OLE color: 5059214.
HSL color Cylindrical-coordinate representation of color #8E324D: hue angle of 342.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E324D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 77 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.44 |
| HSL | 342.39º | 0.48% | 0.38% | - |
| HSV(B) | 342.39º | 0.65% | 0.56% | - |
| XYZ | 13.64 | 8.57 | 7.96 | - |
| YUV | 80.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 77 | 0 | 0.65 | 0.46 | 0.44 | 342.39 | 0.48 | 0.38 |
| Hex | 8E | 32 | 4D | 0 | 41 | 2E | 2C | 156 | 30 | 26 |
| Octal | 216 | 62 | 115 | 0 | 101 | 56 | 54 | 526 | 60 | 46 |
| Binary | 10001110 | 110010 | 1001101 | 0 | 1000001 | 101110 | 101100 | 101010110 | 110000 | 100110 |
Color Harmonies of #8E324D
Complementary color
Monochromatic Colors of #8E324D
Black with #8E324D
Text Example
Text Example
White with #8E324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E324D; }
p { color: rgb(142,50,77); }
H1.HeaderClassName
{
color: #8E324D;
}
.AnyTagClassName
{
color: #8E324D;
}
</style>
background-color css
<style>
a { background-color: #8E324D; }
a { background-color: rgb(142,50,77); }
div.DivClassName
{
background-color: #8E324D;
}
.BgClassName
{
background-color: #8E324D;
}
</style>
border-color css
<style>
span { border-color: #8E324D; }
span { border-color: rgb(142,50,77); }
td.TdClassName
{
border-color: #8E324D;
}
.TagClassName
{
border-color: #8E324D;
}
</style>