Shades of Disco #84284D
Tints of Disco #84284D
RGB
CMYK
RGB Variations
Color information
#84284D (or 0x84284D) is known color: Disco. HEX triplet: 84, 28 and 4D. RGB value is (132,40,77). Sum of RGB (Red+Green+Blue) = 132+40+77=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84284D is #7BD7B2. Grayscale: #474747. Windows color (decimal): -8116147 or 5056644. OLE color: 5056644.
HSL color Cylindrical-coordinate representation of color #84284D: hue angle of 335.87º 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 #84284D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 77 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.48 |
| HSL | 335.87º | 0.53% | 0.34% | - |
| HSV(B) | 335.87º | 0.7% | 0.52% | - |
| XYZ | 11.61 | 6.96 | 7.75 | - |
| YUV | 71.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 77 | 0 | 0.70 | 0.42 | 0.48 | 335.87 | 0.53 | 0.34 |
| Hex | 84 | 28 | 4D | 0 | 46 | 2A | 30 | 150 | 35 | 22 |
| Octal | 204 | 50 | 115 | 0 | 106 | 52 | 60 | 520 | 65 | 42 |
| Binary | 10000100 | 101000 | 1001101 | 0 | 1000110 | 101010 | 110000 | 101010000 | 110101 | 100010 |
Color Harmonies of #84284D
Complementary color
Monochromatic Colors of #84284D
Black with #84284D
Text Example
Text Example
White with #84284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84284D; }
p { color: rgb(132,40,77); }
H1.HeaderClassName
{
color: #84284D;
}
.AnyTagClassName
{
color: #84284D;
}
</style>
background-color css
<style>
a { background-color: #84284D; }
a { background-color: rgb(132,40,77); }
div.DivClassName
{
background-color: #84284D;
}
.BgClassName
{
background-color: #84284D;
}
</style>
border-color css
<style>
span { border-color: #84284D; }
span { border-color: rgb(132,40,77); }
td.TdClassName
{
border-color: #84284D;
}
.TagClassName
{
border-color: #84284D;
}
</style>