Shades of Disco #83244C
Tints of Disco #83244C
RGB
CMYK
RGB Variations
Color information
#83244C (or 0x83244C) is known color: Disco. HEX triplet: 83, 24 and 4C. RGB value is (131,36,76). Sum of RGB (Red+Green+Blue) = 131+36+76=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83244C is #7CDBB3. Grayscale: #444444. Windows color (decimal): -8182708 or 4990083. OLE color: 4990083.
HSL color Cylindrical-coordinate representation of color #83244C: hue angle of 334.74º 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 #83244C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 76 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.49 |
| HSL | 334.74º | 0.57% | 0.33% | - |
| HSV(B) | 334.74º | 0.73% | 0.51% | - |
| XYZ | 11.3 | 6.61 | 7.52 | - |
| YUV | 68.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 76 | 0 | 0.73 | 0.42 | 0.49 | 334.74 | 0.57 | 0.33 |
| Hex | 83 | 24 | 4C | 0 | 49 | 2A | 31 | 14F | 39 | 21 |
| Octal | 203 | 44 | 114 | 0 | 111 | 52 | 61 | 517 | 71 | 41 |
| Binary | 10000011 | 100100 | 1001100 | 0 | 1001001 | 101010 | 110001 | 101001111 | 111001 | 100001 |
Color Harmonies of #83244C
Complementary color
Monochromatic Colors of #83244C
Black with #83244C
Text Example
Text Example
White with #83244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83244C; }
p { color: rgb(131,36,76); }
H1.HeaderClassName
{
color: #83244C;
}
.AnyTagClassName
{
color: #83244C;
}
</style>
background-color css
<style>
a { background-color: #83244C; }
a { background-color: rgb(131,36,76); }
div.DivClassName
{
background-color: #83244C;
}
.BgClassName
{
background-color: #83244C;
}
</style>
border-color css
<style>
span { border-color: #83244C; }
span { border-color: rgb(131,36,76); }
td.TdClassName
{
border-color: #83244C;
}
.TagClassName
{
border-color: #83244C;
}
</style>