Shades of Burgundy #83062E
Tints of Burgundy #83062E
RGB
CMYK
RGB Variations
Color information
#83062E (or 0x83062E) is known color: Burgundy. HEX triplet: 83, 06 and 2E. RGB value is (131,6,46). Sum of RGB (Red+Green+Blue) = 131+6+46=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83062E is #7CF9D1. Grayscale: #2F2F2F. Windows color (decimal): -8190418 or 3016323. OLE color: 3016323.
HSL color Cylindrical-coordinate representation of color #83062E: hue angle of 340.8º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83062E is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 46 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.49 |
| HSL | 340.8º | 0.91% | 0.27% | - |
| HSV(B) | 340.8º | 0.95% | 0.51% | - |
| XYZ | 9.92 | 5.15 | 3.06 | - |
| YUV | 47.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 46 | 0 | 0.95 | 0.65 | 0.49 | 340.8 | 0.91 | 0.27 |
| Hex | 83 | 6 | 2E | 0 | 5F | 41 | 31 | 155 | 5B | 1B |
| Octal | 203 | 6 | 56 | 0 | 137 | 101 | 61 | 525 | 133 | 33 |
| Binary | 10000011 | 110 | 101110 | 0 | 1011111 | 1000001 | 110001 | 101010101 | 1011011 | 11011 |
Color Harmonies of #83062E
Complementary color
Monochromatic Colors of #83062E
Black with #83062E
Text Example
Text Example
White with #83062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83062E; }
p { color: rgb(131,6,46); }
H1.HeaderClassName
{
color: #83062E;
}
.AnyTagClassName
{
color: #83062E;
}
</style>
background-color css
<style>
a { background-color: #83062E; }
a { background-color: rgb(131,6,46); }
div.DivClassName
{
background-color: #83062E;
}
.BgClassName
{
background-color: #83062E;
}
</style>
border-color css
<style>
span { border-color: #83062E; }
span { border-color: rgb(131,6,46); }
td.TdClassName
{
border-color: #83062E;
}
.TagClassName
{
border-color: #83062E;
}
</style>