Shades of Disco #822B4A
Tints of Disco #822B4A
RGB
CMYK
RGB Variations
Color information
#822B4A (or 0x822B4A) is known color: Disco. HEX triplet: 82, 2B and 4A. RGB value is (130,43,74). Sum of RGB (Red+Green+Blue) = 130+43+74=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #822B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B4A is #7DD4B5. Grayscale: #484848. Windows color (decimal): -8246454 or 4860802. OLE color: 4860802.
HSL color Cylindrical-coordinate representation of color #822B4A: hue angle of 338.62º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #822B4A is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 74 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.49 |
| HSL | 338.62º | 0.5% | 0.34% | - |
| HSV(B) | 338.62º | 0.67% | 0.51% | - |
| XYZ | 11.31 | 6.97 | 7.23 | - |
| YUV | 72.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 74 | 0 | 0.67 | 0.43 | 0.49 | 338.62 | 0.5 | 0.34 |
| Hex | 82 | 2B | 4A | 0 | 43 | 2B | 31 | 153 | 32 | 22 |
| Octal | 202 | 53 | 112 | 0 | 103 | 53 | 61 | 523 | 62 | 42 |
| Binary | 10000010 | 101011 | 1001010 | 0 | 1000011 | 101011 | 110001 | 101010011 | 110010 | 100010 |
Color Harmonies of #822B4A
Complementary color
Monochromatic Colors of #822B4A
Black with #822B4A
Text Example
Text Example
White with #822B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B4A; }
p { color: rgb(130,43,74); }
H1.HeaderClassName
{
color: #822B4A;
}
.AnyTagClassName
{
color: #822B4A;
}
</style>
background-color css
<style>
a { background-color: #822B4A; }
a { background-color: rgb(130,43,74); }
div.DivClassName
{
background-color: #822B4A;
}
.BgClassName
{
background-color: #822B4A;
}
</style>
border-color css
<style>
span { border-color: #822B4A; }
span { border-color: rgb(130,43,74); }
td.TdClassName
{
border-color: #822B4A;
}
.TagClassName
{
border-color: #822B4A;
}
</style>