Shades of Disco #83284C
Tints of Disco #83284C
RGB
CMYK
RGB Variations
Color information
#83284C (or 0x83284C) is known color: Disco. HEX triplet: 83, 28 and 4C. RGB value is (131,40,76). Sum of RGB (Red+Green+Blue) = 131+40+76=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83284C is #7CD7B3. Grayscale: #474747. Windows color (decimal): -8181684 or 4991107. OLE color: 4991107.
HSL color Cylindrical-coordinate representation of color #83284C: hue angle of 336.26º 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 #83284C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 76 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.49 |
| HSL | 336.26º | 0.53% | 0.34% | - |
| HSV(B) | 336.26º | 0.69% | 0.51% | - |
| XYZ | 11.42 | 6.86 | 7.56 | - |
| YUV | 71.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 76 | 0 | 0.69 | 0.42 | 0.49 | 336.26 | 0.53 | 0.34 |
| Hex | 83 | 28 | 4C | 0 | 45 | 2A | 31 | 150 | 35 | 22 |
| Octal | 203 | 50 | 114 | 0 | 105 | 52 | 61 | 520 | 65 | 42 |
| Binary | 10000011 | 101000 | 1001100 | 0 | 1000101 | 101010 | 110001 | 101010000 | 110101 | 100010 |
Color Harmonies of #83284C
Complementary color
Monochromatic Colors of #83284C
Black with #83284C
Text Example
Text Example
White with #83284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83284C; }
p { color: rgb(131,40,76); }
H1.HeaderClassName
{
color: #83284C;
}
.AnyTagClassName
{
color: #83284C;
}
</style>
background-color css
<style>
a { background-color: #83284C; }
a { background-color: rgb(131,40,76); }
div.DivClassName
{
background-color: #83284C;
}
.BgClassName
{
background-color: #83284C;
}
</style>
border-color css
<style>
span { border-color: #83284C; }
span { border-color: rgb(131,40,76); }
td.TdClassName
{
border-color: #83284C;
}
.TagClassName
{
border-color: #83284C;
}
</style>