Shades of Disco #83244D
Tints of Disco #83244D
RGB
CMYK
RGB Variations
Color information
#83244D (or 0x83244D) is known color: Disco. HEX triplet: 83, 24 and 4D. RGB value is (131,36,77). Sum of RGB (Red+Green+Blue) = 131+36+77=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83244D is #7CDBB2. Grayscale: #454545. Windows color (decimal): -8182707 or 5055619. OLE color: 5055619.
HSL color Cylindrical-coordinate representation of color #83244D: hue angle of 334.11º 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 #83244D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 77 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.49 |
| HSL | 334.11º | 0.57% | 0.33% | - |
| HSV(B) | 334.11º | 0.73% | 0.51% | - |
| XYZ | 11.33 | 6.62 | 7.7 | - |
| YUV | 69.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 77 | 0 | 0.73 | 0.41 | 0.49 | 334.11 | 0.57 | 0.33 |
| Hex | 83 | 24 | 4D | 0 | 49 | 29 | 31 | 14E | 39 | 21 |
| Octal | 203 | 44 | 115 | 0 | 111 | 51 | 61 | 516 | 71 | 41 |
| Binary | 10000011 | 100100 | 1001101 | 0 | 1001001 | 101001 | 110001 | 101001110 | 111001 | 100001 |
Color Harmonies of #83244D
Complementary color
Monochromatic Colors of #83244D
Black with #83244D
Text Example
Text Example
White with #83244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83244D; }
p { color: rgb(131,36,77); }
H1.HeaderClassName
{
color: #83244D;
}
.AnyTagClassName
{
color: #83244D;
}
</style>
background-color css
<style>
a { background-color: #83244D; }
a { background-color: rgb(131,36,77); }
div.DivClassName
{
background-color: #83244D;
}
.BgClassName
{
background-color: #83244D;
}
</style>
border-color css
<style>
span { border-color: #83244D; }
span { border-color: rgb(131,36,77); }
td.TdClassName
{
border-color: #83244D;
}
.TagClassName
{
border-color: #83244D;
}
</style>