Shades of Disco #822D48
Tints of Disco #822D48
RGB
CMYK
RGB Variations
Color information
#822D48 (or 0x822D48) is known color: Disco. HEX triplet: 82, 2D and 48. RGB value is (130,45,72). Sum of RGB (Red+Green+Blue) = 130+45+72=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #822D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D48 is #7DD2B7. Grayscale: #494949. Windows color (decimal): -8245944 or 4730242. OLE color: 4730242.
HSL color Cylindrical-coordinate representation of color #822D48: hue angle of 340.94º 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 #822D48 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 72 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.49 |
| HSL | 340.94º | 0.49% | 0.34% | - |
| HSV(B) | 340.94º | 0.65% | 0.51% | - |
| XYZ | 11.31 | 7.09 | 6.9 | - |
| YUV | 73.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 72 | 0 | 0.65 | 0.45 | 0.49 | 340.94 | 0.49 | 0.34 |
| Hex | 82 | 2D | 48 | 0 | 41 | 2D | 31 | 155 | 31 | 22 |
| Octal | 202 | 55 | 110 | 0 | 101 | 55 | 61 | 525 | 61 | 42 |
| Binary | 10000010 | 101101 | 1001000 | 0 | 1000001 | 101101 | 110001 | 101010101 | 110001 | 100010 |
Color Harmonies of #822D48
Complementary color
Monochromatic Colors of #822D48
Black with #822D48
Text Example
Text Example
White with #822D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D48; }
p { color: rgb(130,45,72); }
H1.HeaderClassName
{
color: #822D48;
}
.AnyTagClassName
{
color: #822D48;
}
</style>
background-color css
<style>
a { background-color: #822D48; }
a { background-color: rgb(130,45,72); }
div.DivClassName
{
background-color: #822D48;
}
.BgClassName
{
background-color: #822D48;
}
</style>
border-color css
<style>
span { border-color: #822D48; }
span { border-color: rgb(130,45,72); }
td.TdClassName
{
border-color: #822D48;
}
.TagClassName
{
border-color: #822D48;
}
</style>