Shades of Disco #821A47
Tints of Disco #821A47
RGB
CMYK
RGB Variations
Color information
#821A47 (or 0x821A47) is known color: Disco. HEX triplet: 82, 1A and 47. RGB value is (130,26,71). Sum of RGB (Red+Green+Blue) = 130+26+71=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #821A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A47 is #7DE5B8. Grayscale: #3E3E3E. Windows color (decimal): -8250809 or 4659842. OLE color: 4659842.
HSL color Cylindrical-coordinate representation of color #821A47: hue angle of 334.04º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A47 is Cyan = 0, Magento = 0.8, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 71 | - |
| CMYK | 0 | 0.8 | 0.45 | 0.49 |
| HSL | 334.04º | 0.67% | 0.31% | - |
| HSV(B) | 334.04º | 0.8% | 0.51% | - |
| XYZ | 10.71 | 5.94 | 6.54 | - |
| YUV | 62.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 71 | 0 | 0.8 | 0.45 | 0.49 | 334.04 | 0.67 | 0.31 |
| Hex | 82 | 1A | 47 | 0 | 50 | 2D | 31 | 14E | 43 | 1F |
| Octal | 202 | 32 | 107 | 0 | 120 | 55 | 61 | 516 | 103 | 37 |
| Binary | 10000010 | 11010 | 1000111 | 0 | 1010000 | 101101 | 110001 | 101001110 | 1000011 | 11111 |
Color Harmonies of #821A47
Complementary color
Monochromatic Colors of #821A47
Black with #821A47
Text Example
Text Example
White with #821A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A47; }
p { color: rgb(130,26,71); }
H1.HeaderClassName
{
color: #821A47;
}
.AnyTagClassName
{
color: #821A47;
}
</style>
background-color css
<style>
a { background-color: #821A47; }
a { background-color: rgb(130,26,71); }
div.DivClassName
{
background-color: #821A47;
}
.BgClassName
{
background-color: #821A47;
}
</style>
border-color css
<style>
span { border-color: #821A47; }
span { border-color: rgb(130,26,71); }
td.TdClassName
{
border-color: #821A47;
}
.TagClassName
{
border-color: #821A47;
}
</style>