Shades of Disco #83224D
Tints of Disco #83224D
RGB
CMYK
RGB Variations
Color information
#83224D (or 0x83224D) is known color: Disco. HEX triplet: 83, 22 and 4D. RGB value is (131,34,77). Sum of RGB (Red+Green+Blue) = 131+34+77=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83224D is #7CDDB2. Grayscale: #434343. Windows color (decimal): -8183219 or 5055107. OLE color: 5055107.
HSL color Cylindrical-coordinate representation of color #83224D: hue angle of 333.4º 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 #83224D is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 77 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.49 |
| HSL | 333.4º | 0.59% | 0.32% | - |
| HSV(B) | 333.4º | 0.74% | 0.51% | - |
| XYZ | 11.27 | 6.51 | 7.68 | - |
| YUV | 67.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 77 | 0 | 0.74 | 0.41 | 0.49 | 333.4 | 0.59 | 0.32 |
| Hex | 83 | 22 | 4D | 0 | 4A | 29 | 31 | 14D | 3B | 20 |
| Octal | 203 | 42 | 115 | 0 | 112 | 51 | 61 | 515 | 73 | 40 |
| Binary | 10000011 | 100010 | 1001101 | 0 | 1001010 | 101001 | 110001 | 101001101 | 111011 | 100000 |
Color Harmonies of #83224D
Complementary color
Monochromatic Colors of #83224D
Black with #83224D
Text Example
Text Example
White with #83224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83224D; }
p { color: rgb(131,34,77); }
H1.HeaderClassName
{
color: #83224D;
}
.AnyTagClassName
{
color: #83224D;
}
</style>
background-color css
<style>
a { background-color: #83224D; }
a { background-color: rgb(131,34,77); }
div.DivClassName
{
background-color: #83224D;
}
.BgClassName
{
background-color: #83224D;
}
</style>
border-color css
<style>
span { border-color: #83224D; }
span { border-color: rgb(131,34,77); }
td.TdClassName
{
border-color: #83224D;
}
.TagClassName
{
border-color: #83224D;
}
</style>