Shades of Disco #842E50
Tints of Disco #842E50
RGB
CMYK
RGB Variations
Color information
#842E50 (or 0x842E50) is known color: Disco. HEX triplet: 84, 2E and 50. RGB value is (132,46,80). Sum of RGB (Red+Green+Blue) = 132+46+80=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #842E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842E50 is #7BD1AF. Grayscale: #4B4B4B. Windows color (decimal): -8114608 or 5254788. OLE color: 5254788.
HSL color Cylindrical-coordinate representation of color #842E50: hue angle of 336.28º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E50 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 80 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.48 |
| HSL | 336.28º | 0.48% | 0.35% | - |
| HSV(B) | 336.28º | 0.65% | 0.52% | - |
| XYZ | 11.94 | 7.44 | 8.4 | - |
| YUV | 75.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 80 | 0 | 0.65 | 0.39 | 0.48 | 336.28 | 0.48 | 0.35 |
| Hex | 84 | 2E | 50 | 0 | 41 | 27 | 30 | 150 | 30 | 23 |
| Octal | 204 | 56 | 120 | 0 | 101 | 47 | 60 | 520 | 60 | 43 |
| Binary | 10000100 | 101110 | 1010000 | 0 | 1000001 | 100111 | 110000 | 101010000 | 110000 | 100011 |
Color Harmonies of #842E50
Complementary color
Monochromatic Colors of #842E50
Black with #842E50
Text Example
Text Example
White with #842E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E50; }
p { color: rgb(132,46,80); }
H1.HeaderClassName
{
color: #842E50;
}
.AnyTagClassName
{
color: #842E50;
}
</style>
background-color css
<style>
a { background-color: #842E50; }
a { background-color: rgb(132,46,80); }
div.DivClassName
{
background-color: #842E50;
}
.BgClassName
{
background-color: #842E50;
}
</style>
border-color css
<style>
span { border-color: #842E50; }
span { border-color: rgb(132,46,80); }
td.TdClassName
{
border-color: #842E50;
}
.TagClassName
{
border-color: #842E50;
}
</style>