Shades of Disco #83224C
Tints of Disco #83224C
RGB
CMYK
RGB Variations
Color information
#83224C (or 0x83224C) is known color: Disco. HEX triplet: 83, 22 and 4C. RGB value is (131,34,76). Sum of RGB (Red+Green+Blue) = 131+34+76=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83224C is #7CDDB3. Grayscale: #434343. Windows color (decimal): -8183220 or 4989571. OLE color: 4989571.
HSL color Cylindrical-coordinate representation of color #83224C: hue angle of 334.02º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83224C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 76 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.49 |
| HSL | 334.02º | 0.59% | 0.32% | - |
| HSV(B) | 334.02º | 0.74% | 0.51% | - |
| XYZ | 11.24 | 6.49 | 7.5 | - |
| YUV | 67.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 76 | 0 | 0.74 | 0.42 | 0.49 | 334.02 | 0.59 | 0.32 |
| Hex | 83 | 22 | 4C | 0 | 4A | 2A | 31 | 14E | 3B | 20 |
| Octal | 203 | 42 | 114 | 0 | 112 | 52 | 61 | 516 | 73 | 40 |
| Binary | 10000011 | 100010 | 1001100 | 0 | 1001010 | 101010 | 110001 | 101001110 | 111011 | 100000 |
Color Harmonies of #83224C
Complementary color
Monochromatic Colors of #83224C
Black with #83224C
Text Example
Text Example
White with #83224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83224C; }
p { color: rgb(131,34,76); }
H1.HeaderClassName
{
color: #83224C;
}
.AnyTagClassName
{
color: #83224C;
}
</style>
background-color css
<style>
a { background-color: #83224C; }
a { background-color: rgb(131,34,76); }
div.DivClassName
{
background-color: #83224C;
}
.BgClassName
{
background-color: #83224C;
}
</style>
border-color css
<style>
span { border-color: #83224C; }
span { border-color: rgb(131,34,76); }
td.TdClassName
{
border-color: #83224C;
}
.TagClassName
{
border-color: #83224C;
}
</style>