Shades of Disco #832049
Tints of Disco #832049
RGB
CMYK
RGB Variations
Color information
#832049 (or 0x832049) is known color: Disco. HEX triplet: 83, 20 and 49. RGB value is (131,32,73). Sum of RGB (Red+Green+Blue) = 131+32+73=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #832049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832049 is #7CDFB6. Grayscale: #424242. Windows color (decimal): -8183735 or 4792451. OLE color: 4792451.
HSL color Cylindrical-coordinate representation of color #832049: hue angle of 335.15º 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 #832049 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 73 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.49 |
| HSL | 335.15º | 0.61% | 0.32% | - |
| HSV(B) | 335.15º | 0.76% | 0.51% | - |
| XYZ | 11.08 | 6.34 | 6.94 | - |
| YUV | 66.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 73 | 0 | 0.76 | 0.44 | 0.49 | 335.15 | 0.61 | 0.32 |
| Hex | 83 | 20 | 49 | 0 | 4C | 2C | 31 | 14F | 3D | 20 |
| Octal | 203 | 40 | 111 | 0 | 114 | 54 | 61 | 517 | 75 | 40 |
| Binary | 10000011 | 100000 | 1001001 | 0 | 1001100 | 101100 | 110001 | 101001111 | 111101 | 100000 |
Color Harmonies of #832049
Complementary color
Monochromatic Colors of #832049
Black with #832049
Text Example
Text Example
White with #832049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832049; }
p { color: rgb(131,32,73); }
H1.HeaderClassName
{
color: #832049;
}
.AnyTagClassName
{
color: #832049;
}
</style>
background-color css
<style>
a { background-color: #832049; }
a { background-color: rgb(131,32,73); }
div.DivClassName
{
background-color: #832049;
}
.BgClassName
{
background-color: #832049;
}
</style>
border-color css
<style>
span { border-color: #832049; }
span { border-color: rgb(131,32,73); }
td.TdClassName
{
border-color: #832049;
}
.TagClassName
{
border-color: #832049;
}
</style>