Shades of Disco #822D47
Tints of Disco #822D47
RGB
CMYK
RGB Variations
Color information
#822D47 (or 0x822D47) is known color: Disco. HEX triplet: 82, 2D and 47. RGB value is (130,45,71). Sum of RGB (Red+Green+Blue) = 130+45+71=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #822D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D47 is #7DD2B8. Grayscale: #494949. Windows color (decimal): -8245945 or 4664706. OLE color: 4664706.
HSL color Cylindrical-coordinate representation of color #822D47: hue angle of 341.65º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D47 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 71 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.49 |
| HSL | 341.65º | 0.49% | 0.34% | - |
| HSV(B) | 341.65º | 0.65% | 0.51% | - |
| XYZ | 11.28 | 7.08 | 6.73 | - |
| YUV | 73.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 71 | 0 | 0.65 | 0.45 | 0.49 | 341.65 | 0.49 | 0.34 |
| Hex | 82 | 2D | 47 | 0 | 41 | 2D | 31 | 156 | 31 | 22 |
| Octal | 202 | 55 | 107 | 0 | 101 | 55 | 61 | 526 | 61 | 42 |
| Binary | 10000010 | 101101 | 1000111 | 0 | 1000001 | 101101 | 110001 | 101010110 | 110001 | 100010 |
Color Harmonies of #822D47
Complementary color
Monochromatic Colors of #822D47
Black with #822D47
Text Example
Text Example
White with #822D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D47; }
p { color: rgb(130,45,71); }
H1.HeaderClassName
{
color: #822D47;
}
.AnyTagClassName
{
color: #822D47;
}
</style>
background-color css
<style>
a { background-color: #822D47; }
a { background-color: rgb(130,45,71); }
div.DivClassName
{
background-color: #822D47;
}
.BgClassName
{
background-color: #822D47;
}
</style>
border-color css
<style>
span { border-color: #822D47; }
span { border-color: rgb(130,45,71); }
td.TdClassName
{
border-color: #822D47;
}
.TagClassName
{
border-color: #822D47;
}
</style>