Shades of Disco #822949
Tints of Disco #822949
RGB
CMYK
RGB Variations
Color information
#822949 (or 0x822949) is known color: Disco. HEX triplet: 82, 29 and 49. RGB value is (130,41,73). Sum of RGB (Red+Green+Blue) = 130+41+73=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #822949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822949 is #7DD6B6. Grayscale: #474747. Windows color (decimal): -8246967 or 4794754. OLE color: 4794754.
HSL color Cylindrical-coordinate representation of color #822949: hue angle of 338.43º degrees, saturation: 0.52, 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 #822949 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 73 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.49 |
| HSL | 338.43º | 0.52% | 0.34% | - |
| HSV(B) | 338.43º | 0.68% | 0.51% | - |
| XYZ | 11.2 | 6.81 | 7.03 | - |
| YUV | 71.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 73 | 0 | 0.68 | 0.44 | 0.49 | 338.43 | 0.52 | 0.34 |
| Hex | 82 | 29 | 49 | 0 | 44 | 2C | 31 | 152 | 34 | 22 |
| Octal | 202 | 51 | 111 | 0 | 104 | 54 | 61 | 522 | 64 | 42 |
| Binary | 10000010 | 101001 | 1001001 | 0 | 1000100 | 101100 | 110001 | 101010010 | 110100 | 100010 |
Color Harmonies of #822949
Complementary color
Monochromatic Colors of #822949
Black with #822949
Text Example
Text Example
White with #822949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822949; }
p { color: rgb(130,41,73); }
H1.HeaderClassName
{
color: #822949;
}
.AnyTagClassName
{
color: #822949;
}
</style>
background-color css
<style>
a { background-color: #822949; }
a { background-color: rgb(130,41,73); }
div.DivClassName
{
background-color: #822949;
}
.BgClassName
{
background-color: #822949;
}
</style>
border-color css
<style>
span { border-color: #822949; }
span { border-color: rgb(130,41,73); }
td.TdClassName
{
border-color: #822949;
}
.TagClassName
{
border-color: #822949;
}
</style>