Shades of Disco #822F48
Tints of Disco #822F48
RGB
CMYK
RGB Variations
Color information
#822F48 (or 0x822F48) is known color: Disco. HEX triplet: 82, 2F and 48. RGB value is (130,47,72). Sum of RGB (Red+Green+Blue) = 130+47+72=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #822F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F48 is #7DD0B7. Grayscale: #4A4A4A. Windows color (decimal): -8245432 or 4730754. OLE color: 4730754.
HSL color Cylindrical-coordinate representation of color #822F48: hue angle of 341.93º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F48 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 72 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.49 |
| HSL | 341.93º | 0.47% | 0.35% | - |
| HSV(B) | 341.93º | 0.64% | 0.51% | - |
| XYZ | 11.39 | 7.25 | 6.93 | - |
| YUV | 74.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 72 | 0 | 0.64 | 0.45 | 0.49 | 341.93 | 0.47 | 0.35 |
| Hex | 82 | 2F | 48 | 0 | 40 | 2D | 31 | 156 | 2F | 23 |
| Octal | 202 | 57 | 110 | 0 | 100 | 55 | 61 | 526 | 57 | 43 |
| Binary | 10000010 | 101111 | 1001000 | 0 | 1000000 | 101101 | 110001 | 101010110 | 101111 | 100011 |
Color Harmonies of #822F48
Complementary color
Monochromatic Colors of #822F48
Black with #822F48
Text Example
Text Example
White with #822F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F48; }
p { color: rgb(130,47,72); }
H1.HeaderClassName
{
color: #822F48;
}
.AnyTagClassName
{
color: #822F48;
}
</style>
background-color css
<style>
a { background-color: #822F48; }
a { background-color: rgb(130,47,72); }
div.DivClassName
{
background-color: #822F48;
}
.BgClassName
{
background-color: #822F48;
}
</style>
border-color css
<style>
span { border-color: #822F48; }
span { border-color: rgb(130,47,72); }
td.TdClassName
{
border-color: #822F48;
}
.TagClassName
{
border-color: #822F48;
}
</style>