Shades of Disco #833049
Tints of Disco #833049
RGB
CMYK
RGB Variations
Color information
#833049 (or 0x833049) is known color: Disco. HEX triplet: 83, 30 and 49. RGB value is (131,48,73). Sum of RGB (Red+Green+Blue) = 131+48+73=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #833049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833049 is #7CCFB6. Grayscale: #4B4B4B. Windows color (decimal): -8179639 or 4796547. OLE color: 4796547.
HSL color Cylindrical-coordinate representation of color #833049: hue angle of 341.93º 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 #833049 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 73 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.49 |
| HSL | 341.93º | 0.46% | 0.35% | - |
| HSV(B) | 341.93º | 0.63% | 0.51% | - |
| XYZ | 11.62 | 7.42 | 7.12 | - |
| YUV | 75.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 73 | 0 | 0.63 | 0.44 | 0.49 | 341.93 | 0.46 | 0.35 |
| Hex | 83 | 30 | 49 | 0 | 3F | 2C | 31 | 156 | 2E | 23 |
| Octal | 203 | 60 | 111 | 0 | 77 | 54 | 61 | 526 | 56 | 43 |
| Binary | 10000011 | 110000 | 1001001 | 0 | 111111 | 101100 | 110001 | 101010110 | 101110 | 100011 |
Color Harmonies of #833049
Complementary color
Monochromatic Colors of #833049
Black with #833049
Text Example
Text Example
White with #833049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833049; }
p { color: rgb(131,48,73); }
H1.HeaderClassName
{
color: #833049;
}
.AnyTagClassName
{
color: #833049;
}
</style>
background-color css
<style>
a { background-color: #833049; }
a { background-color: rgb(131,48,73); }
div.DivClassName
{
background-color: #833049;
}
.BgClassName
{
background-color: #833049;
}
</style>
border-color css
<style>
span { border-color: #833049; }
span { border-color: rgb(131,48,73); }
td.TdClassName
{
border-color: #833049;
}
.TagClassName
{
border-color: #833049;
}
</style>