Shades of Disco #83234A
Tints of Disco #83234A
RGB
CMYK
RGB Variations
Color information
#83234A (or 0x83234A) is known color: Disco. HEX triplet: 83, 23 and 4A. RGB value is (131,35,74). Sum of RGB (Red+Green+Blue) = 131+35+74=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83234A is #7CDCB5. Grayscale: #444444. Windows color (decimal): -8182966 or 4858755. OLE color: 4858755.
HSL color Cylindrical-coordinate representation of color #83234A: hue angle of 335.62º degrees, saturation: 0.58, 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 #83234A is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 74 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.49 |
| HSL | 335.63º | 0.58% | 0.33% | - |
| HSV(B) | 335.63º | 0.73% | 0.51% | - |
| XYZ | 11.2 | 6.52 | 7.15 | - |
| YUV | 68.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 74 | 0 | 0.73 | 0.44 | 0.49 | 335.63 | 0.58 | 0.33 |
| Hex | 83 | 23 | 4A | 0 | 49 | 2C | 31 | 150 | 3A | 21 |
| Octal | 203 | 43 | 112 | 0 | 111 | 54 | 61 | 520 | 72 | 41 |
| Binary | 10000011 | 100011 | 1001010 | 0 | 1001001 | 101100 | 110001 | 101010000 | 111010 | 100001 |
Color Harmonies of #83234A
Complementary color
Monochromatic Colors of #83234A
Black with #83234A
Text Example
Text Example
White with #83234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83234A; }
p { color: rgb(131,35,74); }
H1.HeaderClassName
{
color: #83234A;
}
.AnyTagClassName
{
color: #83234A;
}
</style>
background-color css
<style>
a { background-color: #83234A; }
a { background-color: rgb(131,35,74); }
div.DivClassName
{
background-color: #83234A;
}
.BgClassName
{
background-color: #83234A;
}
</style>
border-color css
<style>
span { border-color: #83234A; }
span { border-color: rgb(131,35,74); }
td.TdClassName
{
border-color: #83234A;
}
.TagClassName
{
border-color: #83234A;
}
</style>