Shades of Disco #822F50
Tints of Disco #822F50
RGB
CMYK
RGB Variations
Color information
#822F50 (or 0x822F50) is known color: Disco. HEX triplet: 82, 2F and 50. RGB value is (130,47,80). Sum of RGB (Red+Green+Blue) = 130+47+80=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #822F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822F50 is #7DD0AF. Grayscale: #4B4B4B. Windows color (decimal): -8245424 or 5255042. OLE color: 5255042.
HSL color Cylindrical-coordinate representation of color #822F50: hue angle of 336.14º 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 #822F50 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 80 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.49 |
| HSL | 336.14º | 0.47% | 0.35% | - |
| HSV(B) | 336.14º | 0.64% | 0.51% | - |
| XYZ | 11.67 | 7.36 | 8.39 | - |
| YUV | 75.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 80 | 0 | 0.64 | 0.38 | 0.49 | 336.14 | 0.47 | 0.35 |
| Hex | 82 | 2F | 50 | 0 | 40 | 26 | 31 | 150 | 2F | 23 |
| Octal | 202 | 57 | 120 | 0 | 100 | 46 | 61 | 520 | 57 | 43 |
| Binary | 10000010 | 101111 | 1010000 | 0 | 1000000 | 100110 | 110001 | 101010000 | 101111 | 100011 |
Color Harmonies of #822F50
Complementary color
Monochromatic Colors of #822F50
Black with #822F50
Text Example
Text Example
White with #822F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F50; }
p { color: rgb(130,47,80); }
H1.HeaderClassName
{
color: #822F50;
}
.AnyTagClassName
{
color: #822F50;
}
</style>
background-color css
<style>
a { background-color: #822F50; }
a { background-color: rgb(130,47,80); }
div.DivClassName
{
background-color: #822F50;
}
.BgClassName
{
background-color: #822F50;
}
</style>
border-color css
<style>
span { border-color: #822F50; }
span { border-color: rgb(130,47,80); }
td.TdClassName
{
border-color: #822F50;
}
.TagClassName
{
border-color: #822F50;
}
</style>