Shades of Disco #83314A
Tints of Disco #83314A
RGB
CMYK
RGB Variations
Color information
#83314A (or 0x83314A) is known color: Disco. HEX triplet: 83, 31 and 4A. RGB value is (131,49,74). Sum of RGB (Red+Green+Blue) = 131+49+74=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #83314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83314A is #7CCEB5. Grayscale: #4C4C4C. Windows color (decimal): -8179382 or 4862339. OLE color: 4862339.
HSL color Cylindrical-coordinate representation of color #83314A: hue angle of 341.71º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83314A is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 74 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.49 |
| HSL | 341.71º | 0.46% | 0.35% | - |
| HSV(B) | 341.71º | 0.63% | 0.51% | - |
| XYZ | 11.69 | 7.52 | 7.31 | - |
| YUV | 76.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 74 | 0 | 0.63 | 0.44 | 0.49 | 341.71 | 0.46 | 0.35 |
| Hex | 83 | 31 | 4A | 0 | 3F | 2C | 31 | 156 | 2E | 23 |
| Octal | 203 | 61 | 112 | 0 | 77 | 54 | 61 | 526 | 56 | 43 |
| Binary | 10000011 | 110001 | 1001010 | 0 | 111111 | 101100 | 110001 | 101010110 | 101110 | 100011 |
Color Harmonies of #83314A
Complementary color
Monochromatic Colors of #83314A
Black with #83314A
Text Example
Text Example
White with #83314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83314A; }
p { color: rgb(131,49,74); }
H1.HeaderClassName
{
color: #83314A;
}
.AnyTagClassName
{
color: #83314A;
}
</style>
background-color css
<style>
a { background-color: #83314A; }
a { background-color: rgb(131,49,74); }
div.DivClassName
{
background-color: #83314A;
}
.BgClassName
{
background-color: #83314A;
}
</style>
border-color css
<style>
span { border-color: #83314A; }
span { border-color: rgb(131,49,74); }
td.TdClassName
{
border-color: #83314A;
}
.TagClassName
{
border-color: #83314A;
}
</style>