Shades of Disco #822A49
Tints of Disco #822A49
RGB
CMYK
RGB Variations
Color information
#822A49 (or 0x822A49) is known color: Disco. HEX triplet: 82, 2A and 49. RGB value is (130,42,73). Sum of RGB (Red+Green+Blue) = 130+42+73=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #822A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A49 is #7DD5B6. Grayscale: #474747. Windows color (decimal): -8246711 or 4795010. OLE color: 4795010.
HSL color Cylindrical-coordinate representation of color #822A49: hue angle of 338.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822A49 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 73 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.49 |
| HSL | 338.86º | 0.51% | 0.34% | - |
| HSV(B) | 338.86º | 0.68% | 0.51% | - |
| XYZ | 11.24 | 6.88 | 7.04 | - |
| YUV | 71.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 73 | 0 | 0.68 | 0.44 | 0.49 | 338.86 | 0.51 | 0.34 |
| Hex | 82 | 2A | 49 | 0 | 44 | 2C | 31 | 153 | 33 | 22 |
| Octal | 202 | 52 | 111 | 0 | 104 | 54 | 61 | 523 | 63 | 42 |
| Binary | 10000010 | 101010 | 1001001 | 0 | 1000100 | 101100 | 110001 | 101010011 | 110011 | 100010 |
Color Harmonies of #822A49
Complementary color
Monochromatic Colors of #822A49
Black with #822A49
Text Example
Text Example
White with #822A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A49; }
p { color: rgb(130,42,73); }
H1.HeaderClassName
{
color: #822A49;
}
.AnyTagClassName
{
color: #822A49;
}
</style>
background-color css
<style>
a { background-color: #822A49; }
a { background-color: rgb(130,42,73); }
div.DivClassName
{
background-color: #822A49;
}
.BgClassName
{
background-color: #822A49;
}
</style>
border-color css
<style>
span { border-color: #822A49; }
span { border-color: rgb(130,42,73); }
td.TdClassName
{
border-color: #822A49;
}
.TagClassName
{
border-color: #822A49;
}
</style>