Shades of Disco #83244E
Tints of Disco #83244E
RGB
CMYK
RGB Variations
Color information
#83244E (or 0x83244E) is known color: Disco. HEX triplet: 83, 24 and 4E. RGB value is (131,36,78). Sum of RGB (Red+Green+Blue) = 131+36+78=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83244E is #7CDBB1. Grayscale: #454545. Windows color (decimal): -8182706 or 5121155. OLE color: 5121155.
HSL color Cylindrical-coordinate representation of color #83244E: hue angle of 333.47º 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 #83244E is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 78 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.49 |
| HSL | 333.47º | 0.57% | 0.33% | - |
| HSV(B) | 333.47º | 0.73% | 0.51% | - |
| XYZ | 11.37 | 6.64 | 7.89 | - |
| YUV | 69.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 78 | 0 | 0.73 | 0.40 | 0.49 | 333.47 | 0.57 | 0.33 |
| Hex | 83 | 24 | 4E | 0 | 49 | 28 | 31 | 14D | 39 | 21 |
| Octal | 203 | 44 | 116 | 0 | 111 | 50 | 61 | 515 | 71 | 41 |
| Binary | 10000011 | 100100 | 1001110 | 0 | 1001001 | 101000 | 110001 | 101001101 | 111001 | 100001 |
Color Harmonies of #83244E
Complementary color
Monochromatic Colors of #83244E
Black with #83244E
Text Example
Text Example
White with #83244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83244E; }
p { color: rgb(131,36,78); }
H1.HeaderClassName
{
color: #83244E;
}
.AnyTagClassName
{
color: #83244E;
}
</style>
background-color css
<style>
a { background-color: #83244E; }
a { background-color: rgb(131,36,78); }
div.DivClassName
{
background-color: #83244E;
}
.BgClassName
{
background-color: #83244E;
}
</style>
border-color css
<style>
span { border-color: #83244E; }
span { border-color: rgb(131,36,78); }
td.TdClassName
{
border-color: #83244E;
}
.TagClassName
{
border-color: #83244E;
}
</style>