Shades of Disco #83284D
Tints of Disco #83284D
RGB
CMYK
RGB Variations
Color information
#83284D (or 0x83284D) is known color: Disco. HEX triplet: 83, 28 and 4D. RGB value is (131,40,77). Sum of RGB (Red+Green+Blue) = 131+40+77=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83284D is #7CD7B2. Grayscale: #474747. Windows color (decimal): -8181683 or 5056643. OLE color: 5056643.
HSL color Cylindrical-coordinate representation of color #83284D: hue angle of 335.6º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83284D is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 77 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.49 |
| HSL | 335.6º | 0.53% | 0.34% | - |
| HSV(B) | 335.6º | 0.69% | 0.51% | - |
| XYZ | 11.46 | 6.88 | 7.74 | - |
| YUV | 71.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 77 | 0 | 0.69 | 0.41 | 0.49 | 335.6 | 0.53 | 0.34 |
| Hex | 83 | 28 | 4D | 0 | 45 | 29 | 31 | 150 | 35 | 22 |
| Octal | 203 | 50 | 115 | 0 | 105 | 51 | 61 | 520 | 65 | 42 |
| Binary | 10000011 | 101000 | 1001101 | 0 | 1000101 | 101001 | 110001 | 101010000 | 110101 | 100010 |
Color Harmonies of #83284D
Complementary color
Monochromatic Colors of #83284D
Black with #83284D
Text Example
Text Example
White with #83284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83284D; }
p { color: rgb(131,40,77); }
H1.HeaderClassName
{
color: #83284D;
}
.AnyTagClassName
{
color: #83284D;
}
</style>
background-color css
<style>
a { background-color: #83284D; }
a { background-color: rgb(131,40,77); }
div.DivClassName
{
background-color: #83284D;
}
.BgClassName
{
background-color: #83284D;
}
</style>
border-color css
<style>
span { border-color: #83284D; }
span { border-color: rgb(131,40,77); }
td.TdClassName
{
border-color: #83284D;
}
.TagClassName
{
border-color: #83284D;
}
</style>