Shades of Disco #83214D
Tints of Disco #83214D
RGB
CMYK
RGB Variations
Color information
#83214D (or 0x83214D) is known color: Disco. HEX triplet: 83, 21 and 4D. RGB value is (131,33,77). Sum of RGB (Red+Green+Blue) = 131+33+77=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83214D is #7CDEB2. Grayscale: #434343. Windows color (decimal): -8183475 or 5054851. OLE color: 5054851.
HSL color Cylindrical-coordinate representation of color #83214D: hue angle of 333.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83214D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 77 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.49 |
| HSL | 333.06º | 0.6% | 0.32% | - |
| HSV(B) | 333.06º | 0.75% | 0.51% | - |
| XYZ | 11.24 | 6.45 | 7.67 | - |
| YUV | 67.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 77 | 0 | 0.75 | 0.41 | 0.49 | 333.06 | 0.6 | 0.32 |
| Hex | 83 | 21 | 4D | 0 | 4B | 29 | 31 | 14D | 3C | 20 |
| Octal | 203 | 41 | 115 | 0 | 113 | 51 | 61 | 515 | 74 | 40 |
| Binary | 10000011 | 100001 | 1001101 | 0 | 1001011 | 101001 | 110001 | 101001101 | 111100 | 100000 |
Color Harmonies of #83214D
Complementary color
Monochromatic Colors of #83214D
Black with #83214D
Text Example
Text Example
White with #83214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83214D; }
p { color: rgb(131,33,77); }
H1.HeaderClassName
{
color: #83214D;
}
.AnyTagClassName
{
color: #83214D;
}
</style>
background-color css
<style>
a { background-color: #83214D; }
a { background-color: rgb(131,33,77); }
div.DivClassName
{
background-color: #83214D;
}
.BgClassName
{
background-color: #83214D;
}
</style>
border-color css
<style>
span { border-color: #83214D; }
span { border-color: rgb(131,33,77); }
td.TdClassName
{
border-color: #83214D;
}
.TagClassName
{
border-color: #83214D;
}
</style>