Shades of Disco #821E49
Tints of Disco #821E49
RGB
CMYK
RGB Variations
Color information
#821E49 (or 0x821E49) is known color: Disco. HEX triplet: 82, 1E and 49. RGB value is (130,30,73). Sum of RGB (Red+Green+Blue) = 130+30+73=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #821E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E49 is #7DE1B6. Grayscale: #404040. Windows color (decimal): -8249783 or 4791938. OLE color: 4791938.
HSL color Cylindrical-coordinate representation of color #821E49: hue angle of 334.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E49 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 73 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.49 |
| HSL | 334.2º | 0.63% | 0.31% | - |
| HSV(B) | 334.2º | 0.77% | 0.51% | - |
| XYZ | 10.87 | 6.16 | 6.92 | - |
| YUV | 64.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 73 | 0 | 0.77 | 0.44 | 0.49 | 334.2 | 0.63 | 0.31 |
| Hex | 82 | 1E | 49 | 0 | 4D | 2C | 31 | 14E | 3E | 1F |
| Octal | 202 | 36 | 111 | 0 | 115 | 54 | 61 | 516 | 76 | 37 |
| Binary | 10000010 | 11110 | 1001001 | 0 | 1001101 | 101100 | 110001 | 101001110 | 111110 | 11111 |
Color Harmonies of #821E49
Complementary color
Monochromatic Colors of #821E49
Black with #821E49
Text Example
Text Example
White with #821E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E49; }
p { color: rgb(130,30,73); }
H1.HeaderClassName
{
color: #821E49;
}
.AnyTagClassName
{
color: #821E49;
}
</style>
background-color css
<style>
a { background-color: #821E49; }
a { background-color: rgb(130,30,73); }
div.DivClassName
{
background-color: #821E49;
}
.BgClassName
{
background-color: #821E49;
}
</style>
border-color css
<style>
span { border-color: #821E49; }
span { border-color: rgb(130,30,73); }
td.TdClassName
{
border-color: #821E49;
}
.TagClassName
{
border-color: #821E49;
}
</style>