Shades of Disco #8E3452
Tints of Disco #8E3452
RGB
CMYK
RGB Variations
Color information
#8E3452 (or 0x8E3452) is known color: Disco. HEX triplet: 8E, 34 and 52. RGB value is (142,52,82). Sum of RGB (Red+Green+Blue) = 142+52+82=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3452 is #71CBAD. Grayscale: #525252. Windows color (decimal): -7457710 or 5387406. OLE color: 5387406.
HSL color Cylindrical-coordinate representation of color #8E3452: hue angle of 340º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3452 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 52 | 82 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.44 |
| HSL | 340º | 0.46% | 0.38% | - |
| HSV(B) | 340º | 0.63% | 0.56% | - |
| XYZ | 13.91 | 8.82 | 8.95 | - |
| YUV | 82.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 82 | 0 | 0.63 | 0.42 | 0.44 | 340 | 0.46 | 0.38 |
| Hex | 8E | 34 | 52 | 0 | 3F | 2A | 2C | 154 | 2E | 26 |
| Octal | 216 | 64 | 122 | 0 | 77 | 52 | 54 | 524 | 56 | 46 |
| Binary | 10001110 | 110100 | 1010010 | 0 | 111111 | 101010 | 101100 | 101010100 | 101110 | 100110 |
Color Harmonies of #8E3452
Complementary color
Monochromatic Colors of #8E3452
Black with #8E3452
Text Example
Text Example
White with #8E3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3452; }
p { color: rgb(142,52,82); }
H1.HeaderClassName
{
color: #8E3452;
}
.AnyTagClassName
{
color: #8E3452;
}
</style>
background-color css
<style>
a { background-color: #8E3452; }
a { background-color: rgb(142,52,82); }
div.DivClassName
{
background-color: #8E3452;
}
.BgClassName
{
background-color: #8E3452;
}
</style>
border-color css
<style>
span { border-color: #8E3452; }
span { border-color: rgb(142,52,82); }
td.TdClassName
{
border-color: #8E3452;
}
.TagClassName
{
border-color: #8E3452;
}
</style>