Shades of Disco #82324D
Tints of Disco #82324D
RGB
CMYK
RGB Variations
Color information
#82324D (or 0x82324D) is known color: Disco. HEX triplet: 82, 32 and 4D. RGB value is (130,50,77). Sum of RGB (Red+Green+Blue) = 130+50+77=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82324D is #7DCDB2. Grayscale: #4C4C4C. Windows color (decimal): -8244659 or 5059202. OLE color: 5059202.
HSL color Cylindrical-coordinate representation of color #82324D: hue angle of 339.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82324D is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 77 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.49 |
| HSL | 339.75º | 0.44% | 0.35% | - |
| HSV(B) | 339.75º | 0.62% | 0.51% | - |
| XYZ | 11.69 | 7.56 | 7.87 | - |
| YUV | 77 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 77 | 0 | 0.62 | 0.41 | 0.49 | 339.75 | 0.44 | 0.35 |
| Hex | 82 | 32 | 4D | 0 | 3E | 29 | 31 | 154 | 2C | 23 |
| Octal | 202 | 62 | 115 | 0 | 76 | 51 | 61 | 524 | 54 | 43 |
| Binary | 10000010 | 110010 | 1001101 | 0 | 111110 | 101001 | 110001 | 101010100 | 101100 | 100011 |
Color Harmonies of #82324D
Complementary color
Monochromatic Colors of #82324D
Black with #82324D
Text Example
Text Example
White with #82324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82324D; }
p { color: rgb(130,50,77); }
H1.HeaderClassName
{
color: #82324D;
}
.AnyTagClassName
{
color: #82324D;
}
</style>
background-color css
<style>
a { background-color: #82324D; }
a { background-color: rgb(130,50,77); }
div.DivClassName
{
background-color: #82324D;
}
.BgClassName
{
background-color: #82324D;
}
</style>
border-color css
<style>
span { border-color: #82324D; }
span { border-color: rgb(130,50,77); }
td.TdClassName
{
border-color: #82324D;
}
.TagClassName
{
border-color: #82324D;
}
</style>