Shades of Disco #84204A
Tints of Disco #84204A
RGB
CMYK
RGB Variations
Color information
#84204A (or 0x84204A) is known color: Disco. HEX triplet: 84, 20 and 4A. RGB value is (132,32,74). Sum of RGB (Red+Green+Blue) = 132+32+74=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #84204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84204A is #7BDFB5. Grayscale: #424242. Windows color (decimal): -8118198 or 4857988. OLE color: 4857988.
HSL color Cylindrical-coordinate representation of color #84204A: hue angle of 334.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84204A is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 74 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.48 |
| HSL | 334.8º | 0.61% | 0.32% | - |
| HSV(B) | 334.8º | 0.76% | 0.52% | - |
| XYZ | 11.27 | 6.43 | 7.13 | - |
| YUV | 66.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 74 | 0 | 0.76 | 0.44 | 0.48 | 334.8 | 0.61 | 0.32 |
| Hex | 84 | 20 | 4A | 0 | 4C | 2C | 30 | 14F | 3D | 20 |
| Octal | 204 | 40 | 112 | 0 | 114 | 54 | 60 | 517 | 75 | 40 |
| Binary | 10000100 | 100000 | 1001010 | 0 | 1001100 | 101100 | 110000 | 101001111 | 111101 | 100000 |
Color Harmonies of #84204A
Complementary color
Monochromatic Colors of #84204A
Black with #84204A
Text Example
Text Example
White with #84204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84204A; }
p { color: rgb(132,32,74); }
H1.HeaderClassName
{
color: #84204A;
}
.AnyTagClassName
{
color: #84204A;
}
</style>
background-color css
<style>
a { background-color: #84204A; }
a { background-color: rgb(132,32,74); }
div.DivClassName
{
background-color: #84204A;
}
.BgClassName
{
background-color: #84204A;
}
</style>
border-color css
<style>
span { border-color: #84204A; }
span { border-color: rgb(132,32,74); }
td.TdClassName
{
border-color: #84204A;
}
.TagClassName
{
border-color: #84204A;
}
</style>