Shades of Burgundy #83062B
Tints of Burgundy #83062B
RGB
CMYK
RGB Variations
Color information
#83062B (or 0x83062B) is known color: Burgundy. HEX triplet: 83, 06 and 2B. RGB value is (131,6,43). Sum of RGB (Red+Green+Blue) = 131+6+43=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #83062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83062B is #7CF9D4. Grayscale: #2F2F2F. Windows color (decimal): -8190421 or 2819715. OLE color: 2819715.
HSL color Cylindrical-coordinate representation of color #83062B: hue angle of 342.24º 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 #83062B is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 43 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.49 |
| HSL | 342.24º | 0.91% | 0.27% | - |
| HSV(B) | 342.24º | 0.95% | 0.51% | - |
| XYZ | 9.86 | 5.13 | 2.76 | - |
| YUV | 47.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 43 | 0 | 0.95 | 0.67 | 0.49 | 342.24 | 0.91 | 0.27 |
| Hex | 83 | 6 | 2B | 0 | 5F | 43 | 31 | 156 | 5B | 1B |
| Octal | 203 | 6 | 53 | 0 | 137 | 103 | 61 | 526 | 133 | 33 |
| Binary | 10000011 | 110 | 101011 | 0 | 1011111 | 1000011 | 110001 | 101010110 | 1011011 | 11011 |
Color Harmonies of #83062B
Complementary color
Monochromatic Colors of #83062B
Black with #83062B
Text Example
Text Example
White with #83062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83062B; }
p { color: rgb(131,6,43); }
H1.HeaderClassName
{
color: #83062B;
}
.AnyTagClassName
{
color: #83062B;
}
</style>
background-color css
<style>
a { background-color: #83062B; }
a { background-color: rgb(131,6,43); }
div.DivClassName
{
background-color: #83062B;
}
.BgClassName
{
background-color: #83062B;
}
</style>
border-color css
<style>
span { border-color: #83062B; }
span { border-color: rgb(131,6,43); }
td.TdClassName
{
border-color: #83062B;
}
.TagClassName
{
border-color: #83062B;
}
</style>