Shades of Disco #83304A
Tints of Disco #83304A
RGB
CMYK
RGB Variations
Color information
#83304A (or 0x83304A) is known color: Disco. HEX triplet: 83, 30 and 4A. RGB value is (131,48,74). Sum of RGB (Red+Green+Blue) = 131+48+74=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #83304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83304A is #7CCFB5. Grayscale: #4B4B4B. Windows color (decimal): -8179638 or 4862083. OLE color: 4862083.
HSL color Cylindrical-coordinate representation of color #83304A: hue angle of 341.2º 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 #83304A is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 74 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.49 |
| HSL | 341.2º | 0.46% | 0.35% | - |
| HSV(B) | 341.2º | 0.63% | 0.51% | - |
| XYZ | 11.65 | 7.43 | 7.3 | - |
| YUV | 75.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 74 | 0 | 0.63 | 0.44 | 0.49 | 341.2 | 0.46 | 0.35 |
| Hex | 83 | 30 | 4A | 0 | 3F | 2C | 31 | 155 | 2E | 23 |
| Octal | 203 | 60 | 112 | 0 | 77 | 54 | 61 | 525 | 56 | 43 |
| Binary | 10000011 | 110000 | 1001010 | 0 | 111111 | 101100 | 110001 | 101010101 | 101110 | 100011 |
Color Harmonies of #83304A
Complementary color
Monochromatic Colors of #83304A
Black with #83304A
Text Example
Text Example
White with #83304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83304A; }
p { color: rgb(131,48,74); }
H1.HeaderClassName
{
color: #83304A;
}
.AnyTagClassName
{
color: #83304A;
}
</style>
background-color css
<style>
a { background-color: #83304A; }
a { background-color: rgb(131,48,74); }
div.DivClassName
{
background-color: #83304A;
}
.BgClassName
{
background-color: #83304A;
}
</style>
border-color css
<style>
span { border-color: #83304A; }
span { border-color: rgb(131,48,74); }
td.TdClassName
{
border-color: #83304A;
}
.TagClassName
{
border-color: #83304A;
}
</style>