Shades of Disco #83244A
Tints of Disco #83244A
RGB
CMYK
RGB Variations
Color information
#83244A (or 0x83244A) is known color: Disco. HEX triplet: 83, 24 and 4A. RGB value is (131,36,74). Sum of RGB (Red+Green+Blue) = 131+36+74=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83244A is #7CDBB5. Grayscale: #444444. Windows color (decimal): -8182710 or 4859011. OLE color: 4859011.
HSL color Cylindrical-coordinate representation of color #83244A: hue angle of 336º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83244A is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 74 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.49 |
| HSL | 336º | 0.57% | 0.33% | - |
| HSV(B) | 336º | 0.73% | 0.51% | - |
| XYZ | 11.23 | 6.58 | 7.16 | - |
| YUV | 68.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 74 | 0 | 0.73 | 0.44 | 0.49 | 336 | 0.57 | 0.33 |
| Hex | 83 | 24 | 4A | 0 | 49 | 2C | 31 | 150 | 39 | 21 |
| Octal | 203 | 44 | 112 | 0 | 111 | 54 | 61 | 520 | 71 | 41 |
| Binary | 10000011 | 100100 | 1001010 | 0 | 1001001 | 101100 | 110001 | 101010000 | 111001 | 100001 |
Color Harmonies of #83244A
Complementary color
Monochromatic Colors of #83244A
Black with #83244A
Text Example
Text Example
White with #83244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83244A; }
p { color: rgb(131,36,74); }
H1.HeaderClassName
{
color: #83244A;
}
.AnyTagClassName
{
color: #83244A;
}
</style>
background-color css
<style>
a { background-color: #83244A; }
a { background-color: rgb(131,36,74); }
div.DivClassName
{
background-color: #83244A;
}
.BgClassName
{
background-color: #83244A;
}
</style>
border-color css
<style>
span { border-color: #83244A; }
span { border-color: rgb(131,36,74); }
td.TdClassName
{
border-color: #83244A;
}
.TagClassName
{
border-color: #83244A;
}
</style>