Shades of Disco #83204C
Tints of Disco #83204C
RGB
CMYK
RGB Variations
Color information
#83204C (or 0x83204C) is known color: Disco. HEX triplet: 83, 20 and 4C. RGB value is (131,32,76). Sum of RGB (Red+Green+Blue) = 131+32+76=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83204C is #7CDFB3. Grayscale: #424242. Windows color (decimal): -8183732 or 4989059. OLE color: 4989059.
HSL color Cylindrical-coordinate representation of color #83204C: hue angle of 333.33º 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 #83204C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 76 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.49 |
| HSL | 333.33º | 0.61% | 0.32% | - |
| HSV(B) | 333.33º | 0.76% | 0.51% | - |
| XYZ | 11.18 | 6.38 | 7.48 | - |
| YUV | 66.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 76 | 0 | 0.76 | 0.42 | 0.49 | 333.33 | 0.61 | 0.32 |
| Hex | 83 | 20 | 4C | 0 | 4C | 2A | 31 | 14D | 3D | 20 |
| Octal | 203 | 40 | 114 | 0 | 114 | 52 | 61 | 515 | 75 | 40 |
| Binary | 10000011 | 100000 | 1001100 | 0 | 1001100 | 101010 | 110001 | 101001101 | 111101 | 100000 |
Color Harmonies of #83204C
Complementary color
Monochromatic Colors of #83204C
Black with #83204C
Text Example
Text Example
White with #83204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83204C; }
p { color: rgb(131,32,76); }
H1.HeaderClassName
{
color: #83204C;
}
.AnyTagClassName
{
color: #83204C;
}
</style>
background-color css
<style>
a { background-color: #83204C; }
a { background-color: rgb(131,32,76); }
div.DivClassName
{
background-color: #83204C;
}
.BgClassName
{
background-color: #83204C;
}
</style>
border-color css
<style>
span { border-color: #83204C; }
span { border-color: rgb(131,32,76); }
td.TdClassName
{
border-color: #83204C;
}
.TagClassName
{
border-color: #83204C;
}
</style>