Shades of Disco #822049
Tints of Disco #822049
RGB
CMYK
RGB Variations
Color information
#822049 (or 0x822049) is known color: Disco. HEX triplet: 82, 20 and 49. RGB value is (130,32,73). Sum of RGB (Red+Green+Blue) = 130+32+73=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #822049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822049 is #7DDFB6. Grayscale: #414141. Windows color (decimal): -8249271 or 4792450. OLE color: 4792450.
HSL color Cylindrical-coordinate representation of color #822049: hue angle of 334.9º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822049 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 73 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.49 |
| HSL | 334.9º | 0.6% | 0.32% | - |
| HSV(B) | 334.9º | 0.75% | 0.51% | - |
| XYZ | 10.93 | 6.26 | 6.94 | - |
| YUV | 65.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 73 | 0 | 0.75 | 0.44 | 0.49 | 334.9 | 0.6 | 0.32 |
| Hex | 82 | 20 | 49 | 0 | 4B | 2C | 31 | 14F | 3C | 20 |
| Octal | 202 | 40 | 111 | 0 | 113 | 54 | 61 | 517 | 74 | 40 |
| Binary | 10000010 | 100000 | 1001001 | 0 | 1001011 | 101100 | 110001 | 101001111 | 111100 | 100000 |
Color Harmonies of #822049
Complementary color
Monochromatic Colors of #822049
Black with #822049
Text Example
Text Example
White with #822049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822049; }
p { color: rgb(130,32,73); }
H1.HeaderClassName
{
color: #822049;
}
.AnyTagClassName
{
color: #822049;
}
</style>
background-color css
<style>
a { background-color: #822049; }
a { background-color: rgb(130,32,73); }
div.DivClassName
{
background-color: #822049;
}
.BgClassName
{
background-color: #822049;
}
</style>
border-color css
<style>
span { border-color: #822049; }
span { border-color: rgb(130,32,73); }
td.TdClassName
{
border-color: #822049;
}
.TagClassName
{
border-color: #822049;
}
</style>