Shades of Disco #84324E
Tints of Disco #84324E
RGB
CMYK
RGB Variations
Color information
#84324E (or 0x84324E) is known color: Disco. HEX triplet: 84, 32 and 4E. RGB value is (132,50,78). Sum of RGB (Red+Green+Blue) = 132+50+78=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84324E is #7BCDB1. Grayscale: #4D4D4D. Windows color (decimal): -8113586 or 5124740. OLE color: 5124740.
HSL color Cylindrical-coordinate representation of color #84324E: hue angle of 339.51º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84324E is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 78 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.48 |
| HSL | 339.51º | 0.45% | 0.36% | - |
| HSV(B) | 339.51º | 0.62% | 0.52% | - |
| XYZ | 12.03 | 7.74 | 8.07 | - |
| YUV | 77.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 78 | 0 | 0.62 | 0.41 | 0.48 | 339.51 | 0.45 | 0.36 |
| Hex | 84 | 32 | 4E | 0 | 3E | 29 | 30 | 154 | 2D | 24 |
| Octal | 204 | 62 | 116 | 0 | 76 | 51 | 60 | 524 | 55 | 44 |
| Binary | 10000100 | 110010 | 1001110 | 0 | 111110 | 101001 | 110000 | 101010100 | 101101 | 100100 |
Color Harmonies of #84324E
Complementary color
Monochromatic Colors of #84324E
Black with #84324E
Text Example
Text Example
White with #84324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84324E; }
p { color: rgb(132,50,78); }
H1.HeaderClassName
{
color: #84324E;
}
.AnyTagClassName
{
color: #84324E;
}
</style>
background-color css
<style>
a { background-color: #84324E; }
a { background-color: rgb(132,50,78); }
div.DivClassName
{
background-color: #84324E;
}
.BgClassName
{
background-color: #84324E;
}
</style>
border-color css
<style>
span { border-color: #84324E; }
span { border-color: rgb(132,50,78); }
td.TdClassName
{
border-color: #84324E;
}
.TagClassName
{
border-color: #84324E;
}
</style>