Shades of Disco #822C47
Tints of Disco #822C47
RGB
CMYK
RGB Variations
Color information
#822C47 (or 0x822C47) is known color: Disco. HEX triplet: 82, 2C and 47. RGB value is (130,44,71). Sum of RGB (Red+Green+Blue) = 130+44+71=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #822C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C47 is #7DD3B8. Grayscale: #484848. Windows color (decimal): -8246201 or 4664450. OLE color: 4664450.
HSL color Cylindrical-coordinate representation of color #822C47: hue angle of 341.16º 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 #822C47 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 71 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.49 |
| HSL | 341.16º | 0.49% | 0.34% | - |
| HSV(B) | 341.16º | 0.66% | 0.51% | - |
| XYZ | 11.24 | 7 | 6.72 | - |
| YUV | 72.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 71 | 0 | 0.66 | 0.45 | 0.49 | 341.16 | 0.49 | 0.34 |
| Hex | 82 | 2C | 47 | 0 | 42 | 2D | 31 | 155 | 31 | 22 |
| Octal | 202 | 54 | 107 | 0 | 102 | 55 | 61 | 525 | 61 | 42 |
| Binary | 10000010 | 101100 | 1000111 | 0 | 1000010 | 101101 | 110001 | 101010101 | 110001 | 100010 |
Color Harmonies of #822C47
Complementary color
Monochromatic Colors of #822C47
Black with #822C47
Text Example
Text Example
White with #822C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C47; }
p { color: rgb(130,44,71); }
H1.HeaderClassName
{
color: #822C47;
}
.AnyTagClassName
{
color: #822C47;
}
</style>
background-color css
<style>
a { background-color: #822C47; }
a { background-color: rgb(130,44,71); }
div.DivClassName
{
background-color: #822C47;
}
.BgClassName
{
background-color: #822C47;
}
</style>
border-color css
<style>
span { border-color: #822C47; }
span { border-color: rgb(130,44,71); }
td.TdClassName
{
border-color: #822C47;
}
.TagClassName
{
border-color: #822C47;
}
</style>