Shades of Disco #84244E
Tints of Disco #84244E
RGB
CMYK
RGB Variations
Color information
#84244E (or 0x84244E) is known color: Disco. HEX triplet: 84, 24 and 4E. RGB value is (132,36,78). Sum of RGB (Red+Green+Blue) = 132+36+78=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84244E is #7BDBB1. Grayscale: #454545. Windows color (decimal): -8117170 or 5121156. OLE color: 5121156.
HSL color Cylindrical-coordinate representation of color #84244E: hue angle of 333.75º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84244E is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 78 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.48 |
| HSL | 333.75º | 0.57% | 0.33% | - |
| HSV(B) | 333.75º | 0.73% | 0.52% | - |
| XYZ | 11.52 | 6.72 | 7.9 | - |
| YUV | 69.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 78 | 0 | 0.73 | 0.41 | 0.48 | 333.75 | 0.57 | 0.33 |
| Hex | 84 | 24 | 4E | 0 | 49 | 29 | 30 | 14E | 39 | 21 |
| Octal | 204 | 44 | 116 | 0 | 111 | 51 | 60 | 516 | 71 | 41 |
| Binary | 10000100 | 100100 | 1001110 | 0 | 1001001 | 101001 | 110000 | 101001110 | 111001 | 100001 |
Color Harmonies of #84244E
Complementary color
Monochromatic Colors of #84244E
Black with #84244E
Text Example
Text Example
White with #84244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84244E; }
p { color: rgb(132,36,78); }
H1.HeaderClassName
{
color: #84244E;
}
.AnyTagClassName
{
color: #84244E;
}
</style>
background-color css
<style>
a { background-color: #84244E; }
a { background-color: rgb(132,36,78); }
div.DivClassName
{
background-color: #84244E;
}
.BgClassName
{
background-color: #84244E;
}
</style>
border-color css
<style>
span { border-color: #84244E; }
span { border-color: rgb(132,36,78); }
td.TdClassName
{
border-color: #84244E;
}
.TagClassName
{
border-color: #84244E;
}
</style>