Shades of Disco #84304D
Tints of Disco #84304D
RGB
CMYK
RGB Variations
Color information
#84304D (or 0x84304D) is known color: Disco. HEX triplet: 84, 30 and 4D. RGB value is (132,48,77). Sum of RGB (Red+Green+Blue) = 132+48+77=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84304D is #7BCFB2. Grayscale: #4C4C4C. Windows color (decimal): -8114099 or 5058692. OLE color: 5058692.
HSL color Cylindrical-coordinate representation of color #84304D: hue angle of 339.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84304D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 77 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.48 |
| HSL | 339.29º | 0.47% | 0.35% | - |
| HSV(B) | 339.29º | 0.64% | 0.52% | - |
| XYZ | 11.91 | 7.56 | 7.85 | - |
| YUV | 76.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 77 | 0 | 0.64 | 0.42 | 0.48 | 339.29 | 0.47 | 0.35 |
| Hex | 84 | 30 | 4D | 0 | 40 | 2A | 30 | 153 | 2F | 23 |
| Octal | 204 | 60 | 115 | 0 | 100 | 52 | 60 | 523 | 57 | 43 |
| Binary | 10000100 | 110000 | 1001101 | 0 | 1000000 | 101010 | 110000 | 101010011 | 101111 | 100011 |
Color Harmonies of #84304D
Complementary color
Monochromatic Colors of #84304D
Black with #84304D
Text Example
Text Example
White with #84304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84304D; }
p { color: rgb(132,48,77); }
H1.HeaderClassName
{
color: #84304D;
}
.AnyTagClassName
{
color: #84304D;
}
</style>
background-color css
<style>
a { background-color: #84304D; }
a { background-color: rgb(132,48,77); }
div.DivClassName
{
background-color: #84304D;
}
.BgClassName
{
background-color: #84304D;
}
</style>
border-color css
<style>
span { border-color: #84304D; }
span { border-color: rgb(132,48,77); }
td.TdClassName
{
border-color: #84304D;
}
.TagClassName
{
border-color: #84304D;
}
</style>