Shades of Disco #83294A
Tints of Disco #83294A
RGB
CMYK
RGB Variations
Color information
#83294A (or 0x83294A) is known color: Disco. HEX triplet: 83, 29 and 4A. RGB value is (131,41,74). Sum of RGB (Red+Green+Blue) = 131+41+74=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83294A is #7CD6B5. Grayscale: #474747. Windows color (decimal): -8181430 or 4860291. OLE color: 4860291.
HSL color Cylindrical-coordinate representation of color #83294A: hue angle of 338º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83294A is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 74 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.49 |
| HSL | 338º | 0.52% | 0.34% | - |
| HSV(B) | 338º | 0.69% | 0.51% | - |
| XYZ | 11.39 | 6.91 | 7.21 | - |
| YUV | 71.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 74 | 0 | 0.69 | 0.44 | 0.49 | 338 | 0.52 | 0.34 |
| Hex | 83 | 29 | 4A | 0 | 45 | 2C | 31 | 152 | 34 | 22 |
| Octal | 203 | 51 | 112 | 0 | 105 | 54 | 61 | 522 | 64 | 42 |
| Binary | 10000011 | 101001 | 1001010 | 0 | 1000101 | 101100 | 110001 | 101010010 | 110100 | 100010 |
Color Harmonies of #83294A
Complementary color
Monochromatic Colors of #83294A
Black with #83294A
Text Example
Text Example
White with #83294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83294A; }
p { color: rgb(131,41,74); }
H1.HeaderClassName
{
color: #83294A;
}
.AnyTagClassName
{
color: #83294A;
}
</style>
background-color css
<style>
a { background-color: #83294A; }
a { background-color: rgb(131,41,74); }
div.DivClassName
{
background-color: #83294A;
}
.BgClassName
{
background-color: #83294A;
}
</style>
border-color css
<style>
span { border-color: #83294A; }
span { border-color: rgb(131,41,74); }
td.TdClassName
{
border-color: #83294A;
}
.TagClassName
{
border-color: #83294A;
}
</style>