Shades of Disco #82334D
Tints of Disco #82334D
RGB
CMYK
RGB Variations
Color information
#82334D (or 0x82334D) is known color: Disco. HEX triplet: 82, 33 and 4D. RGB value is (130,51,77). Sum of RGB (Red+Green+Blue) = 130+51+77=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82334D is #7DCCB2. Grayscale: #4D4D4D. Windows color (decimal): -8244403 or 5059458. OLE color: 5059458.
HSL color Cylindrical-coordinate representation of color #82334D: hue angle of 340.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82334D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 77 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.49 |
| HSL | 340.25º | 0.44% | 0.35% | - |
| HSV(B) | 340.25º | 0.61% | 0.51% | - |
| XYZ | 11.73 | 7.65 | 7.88 | - |
| YUV | 77.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 77 | 0 | 0.61 | 0.41 | 0.49 | 340.25 | 0.44 | 0.35 |
| Hex | 82 | 33 | 4D | 0 | 3D | 29 | 31 | 154 | 2C | 23 |
| Octal | 202 | 63 | 115 | 0 | 75 | 51 | 61 | 524 | 54 | 43 |
| Binary | 10000010 | 110011 | 1001101 | 0 | 111101 | 101001 | 110001 | 101010100 | 101100 | 100011 |
Color Harmonies of #82334D
Complementary color
Monochromatic Colors of #82334D
Black with #82334D
Text Example
Text Example
White with #82334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82334D; }
p { color: rgb(130,51,77); }
H1.HeaderClassName
{
color: #82334D;
}
.AnyTagClassName
{
color: #82334D;
}
</style>
background-color css
<style>
a { background-color: #82334D; }
a { background-color: rgb(130,51,77); }
div.DivClassName
{
background-color: #82334D;
}
.BgClassName
{
background-color: #82334D;
}
</style>
border-color css
<style>
span { border-color: #82334D; }
span { border-color: rgb(130,51,77); }
td.TdClassName
{
border-color: #82334D;
}
.TagClassName
{
border-color: #82334D;
}
</style>