Shades of Disco #84324B
Tints of Disco #84324B
RGB
CMYK
RGB Variations
Color information
#84324B (or 0x84324B) is known color: Disco. HEX triplet: 84, 32 and 4B. RGB value is (132,50,75). Sum of RGB (Red+Green+Blue) = 132+50+75=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84324B is #7BCDB4. Grayscale: #4D4D4D. Windows color (decimal): -8113589 or 4928132. OLE color: 4928132.
HSL color Cylindrical-coordinate representation of color #84324B: hue angle of 341.71º 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 #84324B is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 75 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.48 |
| HSL | 341.71º | 0.45% | 0.36% | - |
| HSV(B) | 341.71º | 0.62% | 0.52% | - |
| XYZ | 11.93 | 7.69 | 7.51 | - |
| YUV | 77.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 75 | 0 | 0.62 | 0.43 | 0.48 | 341.71 | 0.45 | 0.36 |
| Hex | 84 | 32 | 4B | 0 | 3E | 2B | 30 | 156 | 2D | 24 |
| Octal | 204 | 62 | 113 | 0 | 76 | 53 | 60 | 526 | 55 | 44 |
| Binary | 10000100 | 110010 | 1001011 | 0 | 111110 | 101011 | 110000 | 101010110 | 101101 | 100100 |
Color Harmonies of #84324B
Complementary color
Monochromatic Colors of #84324B
Black with #84324B
Text Example
Text Example
White with #84324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84324B; }
p { color: rgb(132,50,75); }
H1.HeaderClassName
{
color: #84324B;
}
.AnyTagClassName
{
color: #84324B;
}
</style>
background-color css
<style>
a { background-color: #84324B; }
a { background-color: rgb(132,50,75); }
div.DivClassName
{
background-color: #84324B;
}
.BgClassName
{
background-color: #84324B;
}
</style>
border-color css
<style>
span { border-color: #84324B; }
span { border-color: rgb(132,50,75); }
td.TdClassName
{
border-color: #84324B;
}
.TagClassName
{
border-color: #84324B;
}
</style>