Shades of Disco #821F4A
Tints of Disco #821F4A
RGB
CMYK
RGB Variations
Color information
#821F4A (or 0x821F4A) is known color: Disco. HEX triplet: 82, 1F and 4A. RGB value is (130,31,74). Sum of RGB (Red+Green+Blue) = 130+31+74=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #821F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F4A is #7DE0B5. Grayscale: #414141. Windows color (decimal): -8249526 or 4857730. OLE color: 4857730.
HSL color Cylindrical-coordinate representation of color #821F4A: hue angle of 333.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F4A is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 31 | 74 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.49 |
| HSL | 333.94º | 0.61% | 0.32% | - |
| HSV(B) | 333.94º | 0.76% | 0.51% | - |
| XYZ | 10.93 | 6.22 | 7.1 | - |
| YUV | 65.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 74 | 0 | 0.76 | 0.43 | 0.49 | 333.94 | 0.61 | 0.32 |
| Hex | 82 | 1F | 4A | 0 | 4C | 2B | 31 | 14E | 3D | 20 |
| Octal | 202 | 37 | 112 | 0 | 114 | 53 | 61 | 516 | 75 | 40 |
| Binary | 10000010 | 11111 | 1001010 | 0 | 1001100 | 101011 | 110001 | 101001110 | 111101 | 100000 |
Color Harmonies of #821F4A
Complementary color
Monochromatic Colors of #821F4A
Black with #821F4A
Text Example
Text Example
White with #821F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821F4A; }
p { color: rgb(130,31,74); }
H1.HeaderClassName
{
color: #821F4A;
}
.AnyTagClassName
{
color: #821F4A;
}
</style>
background-color css
<style>
a { background-color: #821F4A; }
a { background-color: rgb(130,31,74); }
div.DivClassName
{
background-color: #821F4A;
}
.BgClassName
{
background-color: #821F4A;
}
</style>
border-color css
<style>
span { border-color: #821F4A; }
span { border-color: rgb(130,31,74); }
td.TdClassName
{
border-color: #821F4A;
}
.TagClassName
{
border-color: #821F4A;
}
</style>