Shades of Disco #84284C
Tints of Disco #84284C
RGB
CMYK
RGB Variations
Color information
#84284C (or 0x84284C) is known color: Disco. HEX triplet: 84, 28 and 4C. RGB value is (132,40,76). Sum of RGB (Red+Green+Blue) = 132+40+76=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84284C is #7BD7B3. Grayscale: #474747. Windows color (decimal): -8116148 or 4991108. OLE color: 4991108.
HSL color Cylindrical-coordinate representation of color #84284C: hue angle of 336.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84284C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 76 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.48 |
| HSL | 336.52º | 0.53% | 0.34% | - |
| HSV(B) | 336.52º | 0.7% | 0.52% | - |
| XYZ | 11.58 | 6.94 | 7.57 | - |
| YUV | 71.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 76 | 0 | 0.70 | 0.42 | 0.48 | 336.52 | 0.53 | 0.34 |
| Hex | 84 | 28 | 4C | 0 | 46 | 2A | 30 | 151 | 35 | 22 |
| Octal | 204 | 50 | 114 | 0 | 106 | 52 | 60 | 521 | 65 | 42 |
| Binary | 10000100 | 101000 | 1001100 | 0 | 1000110 | 101010 | 110000 | 101010001 | 110101 | 100010 |
Color Harmonies of #84284C
Complementary color
Monochromatic Colors of #84284C
Black with #84284C
Text Example
Text Example
White with #84284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84284C; }
p { color: rgb(132,40,76); }
H1.HeaderClassName
{
color: #84284C;
}
.AnyTagClassName
{
color: #84284C;
}
</style>
background-color css
<style>
a { background-color: #84284C; }
a { background-color: rgb(132,40,76); }
div.DivClassName
{
background-color: #84284C;
}
.BgClassName
{
background-color: #84284C;
}
</style>
border-color css
<style>
span { border-color: #84284C; }
span { border-color: rgb(132,40,76); }
td.TdClassName
{
border-color: #84284C;
}
.TagClassName
{
border-color: #84284C;
}
</style>