Shades of Burgundy #83043A
Tints of Burgundy #83043A
RGB
CMYK
RGB Variations
Color information
#83043A (or 0x83043A) is known color: Burgundy. HEX triplet: 83, 04 and 3A. RGB value is (131,4,58). Sum of RGB (Red+Green+Blue) = 131+4+58=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83043A is #7CFBC5. Grayscale: #303030. Windows color (decimal): -8190918 or 3802243. OLE color: 3802243.
HSL color Cylindrical-coordinate representation of color #83043A: hue angle of 334.49º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83043A is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 58 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.49 |
| HSL | 334.49º | 0.94% | 0.26% | - |
| HSV(B) | 334.49º | 0.97% | 0.51% | - |
| XYZ | 10.17 | 5.22 | 4.47 | - |
| YUV | 48.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 58 | 0 | 0.97 | 0.56 | 0.49 | 334.49 | 0.94 | 0.26 |
| Hex | 83 | 4 | 3A | 0 | 61 | 38 | 31 | 14E | 5E | 1A |
| Octal | 203 | 4 | 72 | 0 | 141 | 70 | 61 | 516 | 136 | 32 |
| Binary | 10000011 | 100 | 111010 | 0 | 1100001 | 111000 | 110001 | 101001110 | 1011110 | 11010 |
Color Harmonies of #83043A
Complementary color
Monochromatic Colors of #83043A
Black with #83043A
Text Example
Text Example
White with #83043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83043A; }
p { color: rgb(131,4,58); }
H1.HeaderClassName
{
color: #83043A;
}
.AnyTagClassName
{
color: #83043A;
}
</style>
background-color css
<style>
a { background-color: #83043A; }
a { background-color: rgb(131,4,58); }
div.DivClassName
{
background-color: #83043A;
}
.BgClassName
{
background-color: #83043A;
}
</style>
border-color css
<style>
span { border-color: #83043A; }
span { border-color: rgb(131,4,58); }
td.TdClassName
{
border-color: #83043A;
}
.TagClassName
{
border-color: #83043A;
}
</style>