Shades of Disco #822C49
Tints of Disco #822C49
RGB
CMYK
RGB Variations
Color information
#822C49 (or 0x822C49) is known color: Disco. HEX triplet: 82, 2C and 49. RGB value is (130,44,73). Sum of RGB (Red+Green+Blue) = 130+44+73=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #822C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C49 is #7DD3B6. Grayscale: #484848. Windows color (decimal): -8246199 or 4795522. OLE color: 4795522.
HSL color Cylindrical-coordinate representation of color #822C49: hue angle of 339.77º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #822C49 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 73 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.49 |
| HSL | 339.77º | 0.49% | 0.34% | - |
| HSV(B) | 339.77º | 0.66% | 0.51% | - |
| XYZ | 11.31 | 7.03 | 7.06 | - |
| YUV | 73.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 73 | 0 | 0.66 | 0.44 | 0.49 | 339.77 | 0.49 | 0.34 |
| Hex | 82 | 2C | 49 | 0 | 42 | 2C | 31 | 154 | 31 | 22 |
| Octal | 202 | 54 | 111 | 0 | 102 | 54 | 61 | 524 | 61 | 42 |
| Binary | 10000010 | 101100 | 1001001 | 0 | 1000010 | 101100 | 110001 | 101010100 | 110001 | 100010 |
Color Harmonies of #822C49
Complementary color
Monochromatic Colors of #822C49
Black with #822C49
Text Example
Text Example
White with #822C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C49; }
p { color: rgb(130,44,73); }
H1.HeaderClassName
{
color: #822C49;
}
.AnyTagClassName
{
color: #822C49;
}
</style>
background-color css
<style>
a { background-color: #822C49; }
a { background-color: rgb(130,44,73); }
div.DivClassName
{
background-color: #822C49;
}
.BgClassName
{
background-color: #822C49;
}
</style>
border-color css
<style>
span { border-color: #822C49; }
span { border-color: rgb(130,44,73); }
td.TdClassName
{
border-color: #822C49;
}
.TagClassName
{
border-color: #822C49;
}
</style>