Shades of Disco #84294E
Tints of Disco #84294E
RGB
CMYK
RGB Variations
Color information
#84294E (or 0x84294E) is known color: Disco. HEX triplet: 84, 29 and 4E. RGB value is (132,41,78). Sum of RGB (Red+Green+Blue) = 132+41+78=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #84294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84294E is #7BD6B1. Grayscale: #484848. Windows color (decimal): -8115890 or 5122436. OLE color: 5122436.
HSL color Cylindrical-coordinate representation of color #84294E: hue angle of 335.6º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84294E is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 78 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.48 |
| HSL | 335.6º | 0.53% | 0.34% | - |
| HSV(B) | 335.6º | 0.69% | 0.52% | - |
| XYZ | 11.68 | 7.04 | 7.95 | - |
| YUV | 72.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 78 | 0 | 0.69 | 0.41 | 0.48 | 335.6 | 0.53 | 0.34 |
| Hex | 84 | 29 | 4E | 0 | 45 | 29 | 30 | 150 | 35 | 22 |
| Octal | 204 | 51 | 116 | 0 | 105 | 51 | 60 | 520 | 65 | 42 |
| Binary | 10000100 | 101001 | 1001110 | 0 | 1000101 | 101001 | 110000 | 101010000 | 110101 | 100010 |
Color Harmonies of #84294E
Complementary color
Monochromatic Colors of #84294E
Black with #84294E
Text Example
Text Example
White with #84294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84294E; }
p { color: rgb(132,41,78); }
H1.HeaderClassName
{
color: #84294E;
}
.AnyTagClassName
{
color: #84294E;
}
</style>
background-color css
<style>
a { background-color: #84294E; }
a { background-color: rgb(132,41,78); }
div.DivClassName
{
background-color: #84294E;
}
.BgClassName
{
background-color: #84294E;
}
</style>
border-color css
<style>
span { border-color: #84294E; }
span { border-color: rgb(132,41,78); }
td.TdClassName
{
border-color: #84294E;
}
.TagClassName
{
border-color: #84294E;
}
</style>