Shades of Disco #842C50
Tints of Disco #842C50
RGB
CMYK
RGB Variations
Color information
#842C50 (or 0x842C50) is known color: Disco. HEX triplet: 84, 2C and 50. RGB value is (132,44,80). Sum of RGB (Red+Green+Blue) = 132+44+80=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #842C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C50 is #7BD3AF. Grayscale: #4A4A4A. Windows color (decimal): -8115120 or 5254276. OLE color: 5254276.
HSL color Cylindrical-coordinate representation of color #842C50: hue angle of 335.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C50 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 80 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.48 |
| HSL | 335.45º | 0.5% | 0.35% | - |
| HSV(B) | 335.45º | 0.67% | 0.52% | - |
| XYZ | 11.86 | 7.29 | 8.37 | - |
| YUV | 74.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 80 | 0 | 0.67 | 0.39 | 0.48 | 335.45 | 0.5 | 0.35 |
| Hex | 84 | 2C | 50 | 0 | 43 | 27 | 30 | 14F | 32 | 23 |
| Octal | 204 | 54 | 120 | 0 | 103 | 47 | 60 | 517 | 62 | 43 |
| Binary | 10000100 | 101100 | 1010000 | 0 | 1000011 | 100111 | 110000 | 101001111 | 110010 | 100011 |
Color Harmonies of #842C50
Complementary color
Monochromatic Colors of #842C50
Black with #842C50
Text Example
Text Example
White with #842C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C50; }
p { color: rgb(132,44,80); }
H1.HeaderClassName
{
color: #842C50;
}
.AnyTagClassName
{
color: #842C50;
}
</style>
background-color css
<style>
a { background-color: #842C50; }
a { background-color: rgb(132,44,80); }
div.DivClassName
{
background-color: #842C50;
}
.BgClassName
{
background-color: #842C50;
}
</style>
border-color css
<style>
span { border-color: #842C50; }
span { border-color: rgb(132,44,80); }
td.TdClassName
{
border-color: #842C50;
}
.TagClassName
{
border-color: #842C50;
}
</style>