Shades of Disco #821D43
Tints of Disco #821D43
RGB
CMYK
RGB Variations
Color information
#821D43 (or 0x821D43) is known color: Disco. HEX triplet: 82, 1D and 43. RGB value is (130,29,67). Sum of RGB (Red+Green+Blue) = 130+29+67=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #821D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821D43 is #7DE2BC. Grayscale: #3F3F3F. Windows color (decimal): -8250045 or 4398466. OLE color: 4398466.
HSL color Cylindrical-coordinate representation of color #821D43: hue angle of 337.43º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821D43 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 29 | 67 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.49 |
| HSL | 337.43º | 0.64% | 0.31% | - |
| HSV(B) | 337.43º | 0.78% | 0.51% | - |
| XYZ | 10.66 | 6.03 | 5.91 | - |
| YUV | 63.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 67 | 0 | 0.78 | 0.48 | 0.49 | 337.43 | 0.64 | 0.31 |
| Hex | 82 | 1D | 43 | 0 | 4E | 30 | 31 | 151 | 40 | 1F |
| Octal | 202 | 35 | 103 | 0 | 116 | 60 | 61 | 521 | 100 | 37 |
| Binary | 10000010 | 11101 | 1000011 | 0 | 1001110 | 110000 | 110001 | 101010001 | 1000000 | 11111 |
Color Harmonies of #821D43
Complementary color
Monochromatic Colors of #821D43
Black with #821D43
Text Example
Text Example
White with #821D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821D43; }
p { color: rgb(130,29,67); }
H1.HeaderClassName
{
color: #821D43;
}
.AnyTagClassName
{
color: #821D43;
}
</style>
background-color css
<style>
a { background-color: #821D43; }
a { background-color: rgb(130,29,67); }
div.DivClassName
{
background-color: #821D43;
}
.BgClassName
{
background-color: #821D43;
}
</style>
border-color css
<style>
span { border-color: #821D43; }
span { border-color: rgb(130,29,67); }
td.TdClassName
{
border-color: #821D43;
}
.TagClassName
{
border-color: #821D43;
}
</style>