Shades of Disco #82234A
Tints of Disco #82234A
RGB
CMYK
RGB Variations
Color information
#82234A (or 0x82234A) is known color: Disco. HEX triplet: 82, 23 and 4A. RGB value is (130,35,74). Sum of RGB (Red+Green+Blue) = 130+35+74=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82234A is #7DDCB5. Grayscale: #434343. Windows color (decimal): -8248502 or 4858754. OLE color: 4858754.
HSL color Cylindrical-coordinate representation of color #82234A: hue angle of 335.37º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82234A is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 35 | 74 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.49 |
| HSL | 335.37º | 0.58% | 0.32% | - |
| HSV(B) | 335.37º | 0.73% | 0.51% | - |
| XYZ | 11.04 | 6.44 | 7.14 | - |
| YUV | 67.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 74 | 0 | 0.73 | 0.43 | 0.49 | 335.37 | 0.58 | 0.32 |
| Hex | 82 | 23 | 4A | 0 | 49 | 2B | 31 | 14F | 3A | 20 |
| Octal | 202 | 43 | 112 | 0 | 111 | 53 | 61 | 517 | 72 | 40 |
| Binary | 10000010 | 100011 | 1001010 | 0 | 1001001 | 101011 | 110001 | 101001111 | 111010 | 100000 |
Color Harmonies of #82234A
Complementary color
Monochromatic Colors of #82234A
Black with #82234A
Text Example
Text Example
White with #82234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82234A; }
p { color: rgb(130,35,74); }
H1.HeaderClassName
{
color: #82234A;
}
.AnyTagClassName
{
color: #82234A;
}
</style>
background-color css
<style>
a { background-color: #82234A; }
a { background-color: rgb(130,35,74); }
div.DivClassName
{
background-color: #82234A;
}
.BgClassName
{
background-color: #82234A;
}
</style>
border-color css
<style>
span { border-color: #82234A; }
span { border-color: rgb(130,35,74); }
td.TdClassName
{
border-color: #82234A;
}
.TagClassName
{
border-color: #82234A;
}
</style>