Shades of Disco #82304D
Tints of Disco #82304D
RGB
CMYK
RGB Variations
Color information
#82304D (or 0x82304D) is known color: Disco. HEX triplet: 82, 30 and 4D. RGB value is (130,48,77). Sum of RGB (Red+Green+Blue) = 130+48+77=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82304D is #7DCFB2. Grayscale: #4B4B4B. Windows color (decimal): -8245171 or 5058690. OLE color: 5058690.
HSL color Cylindrical-coordinate representation of color #82304D: hue angle of 338.78º 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 #82304D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 77 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.49 |
| HSL | 338.78º | 0.46% | 0.35% | - |
| HSV(B) | 338.78º | 0.63% | 0.51% | - |
| XYZ | 11.6 | 7.4 | 7.84 | - |
| YUV | 75.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 77 | 0 | 0.63 | 0.41 | 0.49 | 338.78 | 0.46 | 0.35 |
| Hex | 82 | 30 | 4D | 0 | 3F | 29 | 31 | 153 | 2E | 23 |
| Octal | 202 | 60 | 115 | 0 | 77 | 51 | 61 | 523 | 56 | 43 |
| Binary | 10000010 | 110000 | 1001101 | 0 | 111111 | 101001 | 110001 | 101010011 | 101110 | 100011 |
Color Harmonies of #82304D
Complementary color
Monochromatic Colors of #82304D
Black with #82304D
Text Example
Text Example
White with #82304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82304D; }
p { color: rgb(130,48,77); }
H1.HeaderClassName
{
color: #82304D;
}
.AnyTagClassName
{
color: #82304D;
}
</style>
background-color css
<style>
a { background-color: #82304D; }
a { background-color: rgb(130,48,77); }
div.DivClassName
{
background-color: #82304D;
}
.BgClassName
{
background-color: #82304D;
}
</style>
border-color css
<style>
span { border-color: #82304D; }
span { border-color: rgb(130,48,77); }
td.TdClassName
{
border-color: #82304D;
}
.TagClassName
{
border-color: #82304D;
}
</style>