Shades of Disco #821E46
Tints of Disco #821E46
RGB
CMYK
RGB Variations
Color information
#821E46 (or 0x821E46) is known color: Disco. HEX triplet: 82, 1E and 46. RGB value is (130,30,70). Sum of RGB (Red+Green+Blue) = 130+30+70=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #821E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E46 is #7DE1B9. Grayscale: #404040. Windows color (decimal): -8249786 or 4595330. OLE color: 4595330.
HSL color Cylindrical-coordinate representation of color #821E46: hue angle of 336º 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 #821E46 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 70 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.49 |
| HSL | 336º | 0.63% | 0.31% | - |
| HSV(B) | 336º | 0.77% | 0.51% | - |
| XYZ | 10.78 | 6.12 | 6.41 | - |
| YUV | 64.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 70 | 0 | 0.77 | 0.46 | 0.49 | 336 | 0.63 | 0.31 |
| Hex | 82 | 1E | 46 | 0 | 4D | 2E | 31 | 150 | 3E | 1F |
| Octal | 202 | 36 | 106 | 0 | 115 | 56 | 61 | 520 | 76 | 37 |
| Binary | 10000010 | 11110 | 1000110 | 0 | 1001101 | 101110 | 110001 | 101010000 | 111110 | 11111 |
Color Harmonies of #821E46
Complementary color
Monochromatic Colors of #821E46
Black with #821E46
Text Example
Text Example
White with #821E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E46; }
p { color: rgb(130,30,70); }
H1.HeaderClassName
{
color: #821E46;
}
.AnyTagClassName
{
color: #821E46;
}
</style>
background-color css
<style>
a { background-color: #821E46; }
a { background-color: rgb(130,30,70); }
div.DivClassName
{
background-color: #821E46;
}
.BgClassName
{
background-color: #821E46;
}
</style>
border-color css
<style>
span { border-color: #821E46; }
span { border-color: rgb(130,30,70); }
td.TdClassName
{
border-color: #821E46;
}
.TagClassName
{
border-color: #821E46;
}
</style>