Shades of Disco #82294B
Tints of Disco #82294B
RGB
CMYK
RGB Variations
Color information
#82294B (or 0x82294B) is known color: Disco. HEX triplet: 82, 29 and 4B. RGB value is (130,41,75). Sum of RGB (Red+Green+Blue) = 130+41+75=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82294B is #7DD6B4. Grayscale: #474747. Windows color (decimal): -8246965 or 4925826. OLE color: 4925826.
HSL color Cylindrical-coordinate representation of color #82294B: hue angle of 337.08º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82294B is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 75 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.49 |
| HSL | 337.08º | 0.52% | 0.34% | - |
| HSV(B) | 337.08º | 0.68% | 0.51% | - |
| XYZ | 11.27 | 6.84 | 7.38 | - |
| YUV | 71.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 75 | 0 | 0.68 | 0.42 | 0.49 | 337.08 | 0.52 | 0.34 |
| Hex | 82 | 29 | 4B | 0 | 44 | 2A | 31 | 151 | 34 | 22 |
| Octal | 202 | 51 | 113 | 0 | 104 | 52 | 61 | 521 | 64 | 42 |
| Binary | 10000010 | 101001 | 1001011 | 0 | 1000100 | 101010 | 110001 | 101010001 | 110100 | 100010 |
Color Harmonies of #82294B
Complementary color
Monochromatic Colors of #82294B
Black with #82294B
Text Example
Text Example
White with #82294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82294B; }
p { color: rgb(130,41,75); }
H1.HeaderClassName
{
color: #82294B;
}
.AnyTagClassName
{
color: #82294B;
}
</style>
background-color css
<style>
a { background-color: #82294B; }
a { background-color: rgb(130,41,75); }
div.DivClassName
{
background-color: #82294B;
}
.BgClassName
{
background-color: #82294B;
}
</style>
border-color css
<style>
span { border-color: #82294B; }
span { border-color: rgb(130,41,75); }
td.TdClassName
{
border-color: #82294B;
}
.TagClassName
{
border-color: #82294B;
}
</style>