Shades of Disco #83304C
Tints of Disco #83304C
RGB
CMYK
RGB Variations
Color information
#83304C (or 0x83304C) is known color: Disco. HEX triplet: 83, 30 and 4C. RGB value is (131,48,76). Sum of RGB (Red+Green+Blue) = 131+48+76=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83304C is #7CCFB3. Grayscale: #4B4B4B. Windows color (decimal): -8179636 or 4993155. OLE color: 4993155.
HSL color Cylindrical-coordinate representation of color #83304C: hue angle of 339.76º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83304C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 76 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.49 |
| HSL | 339.76º | 0.46% | 0.35% | - |
| HSV(B) | 339.76º | 0.63% | 0.51% | - |
| XYZ | 11.72 | 7.46 | 7.66 | - |
| YUV | 76.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 76 | 0 | 0.63 | 0.42 | 0.49 | 339.76 | 0.46 | 0.35 |
| Hex | 83 | 30 | 4C | 0 | 3F | 2A | 31 | 154 | 2E | 23 |
| Octal | 203 | 60 | 114 | 0 | 77 | 52 | 61 | 524 | 56 | 43 |
| Binary | 10000011 | 110000 | 1001100 | 0 | 111111 | 101010 | 110001 | 101010100 | 101110 | 100011 |
Color Harmonies of #83304C
Complementary color
Monochromatic Colors of #83304C
Black with #83304C
Text Example
Text Example
White with #83304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83304C; }
p { color: rgb(131,48,76); }
H1.HeaderClassName
{
color: #83304C;
}
.AnyTagClassName
{
color: #83304C;
}
</style>
background-color css
<style>
a { background-color: #83304C; }
a { background-color: rgb(131,48,76); }
div.DivClassName
{
background-color: #83304C;
}
.BgClassName
{
background-color: #83304C;
}
</style>
border-color css
<style>
span { border-color: #83304C; }
span { border-color: rgb(131,48,76); }
td.TdClassName
{
border-color: #83304C;
}
.TagClassName
{
border-color: #83304C;
}
</style>