Shades of Burgundy #83052E
Tints of Burgundy #83052E
RGB
CMYK
RGB Variations
Color information
#83052E (or 0x83052E) is known color: Burgundy. HEX triplet: 83, 05 and 2E. RGB value is (131,5,46). Sum of RGB (Red+Green+Blue) = 131+5+46=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83052E is #7CFAD1. Grayscale: #2F2F2F. Windows color (decimal): -8190674 or 3016067. OLE color: 3016067.
HSL color Cylindrical-coordinate representation of color #83052E: hue angle of 340.48º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83052E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 46 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.49 |
| HSL | 340.48º | 0.93% | 0.27% | - |
| HSV(B) | 340.48º | 0.96% | 0.51% | - |
| XYZ | 9.91 | 5.13 | 3.05 | - |
| YUV | 47.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 46 | 0 | 0.96 | 0.65 | 0.49 | 340.48 | 0.93 | 0.27 |
| Hex | 83 | 5 | 2E | 0 | 60 | 41 | 31 | 154 | 5D | 1B |
| Octal | 203 | 5 | 56 | 0 | 140 | 101 | 61 | 524 | 135 | 33 |
| Binary | 10000011 | 101 | 101110 | 0 | 1100000 | 1000001 | 110001 | 101010100 | 1011101 | 11011 |
Color Harmonies of #83052E
Complementary color
Monochromatic Colors of #83052E
Black with #83052E
Text Example
Text Example
White with #83052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83052E; }
p { color: rgb(131,5,46); }
H1.HeaderClassName
{
color: #83052E;
}
.AnyTagClassName
{
color: #83052E;
}
</style>
background-color css
<style>
a { background-color: #83052E; }
a { background-color: rgb(131,5,46); }
div.DivClassName
{
background-color: #83052E;
}
.BgClassName
{
background-color: #83052E;
}
</style>
border-color css
<style>
span { border-color: #83052E; }
span { border-color: rgb(131,5,46); }
td.TdClassName
{
border-color: #83052E;
}
.TagClassName
{
border-color: #83052E;
}
</style>