Shades of Disco #83254E
Tints of Disco #83254E
RGB
CMYK
RGB Variations
Color information
#83254E (or 0x83254E) is known color: Disco. HEX triplet: 83, 25 and 4E. RGB value is (131,37,78). Sum of RGB (Red+Green+Blue) = 131+37+78=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83254E is #7CDAB1. Grayscale: #454545. Windows color (decimal): -8182450 or 5121411. OLE color: 5121411.
HSL color Cylindrical-coordinate representation of color #83254E: hue angle of 333.83º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83254E is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 78 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.49 |
| HSL | 333.83º | 0.56% | 0.33% | - |
| HSV(B) | 333.83º | 0.72% | 0.51% | - |
| XYZ | 11.4 | 6.7 | 7.9 | - |
| YUV | 69.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 78 | 0 | 0.72 | 0.40 | 0.49 | 333.83 | 0.56 | 0.33 |
| Hex | 83 | 25 | 4E | 0 | 48 | 28 | 31 | 14E | 38 | 21 |
| Octal | 203 | 45 | 116 | 0 | 110 | 50 | 61 | 516 | 70 | 41 |
| Binary | 10000011 | 100101 | 1001110 | 0 | 1001000 | 101000 | 110001 | 101001110 | 111000 | 100001 |
Color Harmonies of #83254E
Complementary color
Monochromatic Colors of #83254E
Black with #83254E
Text Example
Text Example
White with #83254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83254E; }
p { color: rgb(131,37,78); }
H1.HeaderClassName
{
color: #83254E;
}
.AnyTagClassName
{
color: #83254E;
}
</style>
background-color css
<style>
a { background-color: #83254E; }
a { background-color: rgb(131,37,78); }
div.DivClassName
{
background-color: #83254E;
}
.BgClassName
{
background-color: #83254E;
}
</style>
border-color css
<style>
span { border-color: #83254E; }
span { border-color: rgb(131,37,78); }
td.TdClassName
{
border-color: #83254E;
}
.TagClassName
{
border-color: #83254E;
}
</style>