Shades of Burgundy #83031D
Tints of Burgundy #83031D
RGB
CMYK
RGB Variations
Color information
#83031D (or 0x83031D) is known color: Burgundy. HEX triplet: 83, 03 and 1D. RGB value is (131,3,29). Sum of RGB (Red+Green+Blue) = 131+3+29=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #83031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83031D is #7CFCE2. Grayscale: #2C2C2C. Windows color (decimal): -8191203 or 1901443. OLE color: 1901443.
HSL color Cylindrical-coordinate representation of color #83031D: hue angle of 347.81º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83031D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.49 |
| HSL | 347.81º | 0.96% | 0.26% | - |
| HSV(B) | 347.81º | 0.98% | 0.51% | - |
| XYZ | 9.61 | 4.98 | 1.62 | - |
| YUV | 44.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 29 | 0 | 0.98 | 0.78 | 0.49 | 347.81 | 0.96 | 0.26 |
| Hex | 83 | 3 | 1D | 0 | 62 | 4E | 31 | 15C | 60 | 1A |
| Octal | 203 | 3 | 35 | 0 | 142 | 116 | 61 | 534 | 140 | 32 |
| Binary | 10000011 | 11 | 11101 | 0 | 1100010 | 1001110 | 110001 | 101011100 | 1100000 | 11010 |
Color Harmonies of #83031D
Complementary color
Monochromatic Colors of #83031D
Black with #83031D
Text Example
Text Example
White with #83031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83031D; }
p { color: rgb(131,3,29); }
H1.HeaderClassName
{
color: #83031D;
}
.AnyTagClassName
{
color: #83031D;
}
</style>
background-color css
<style>
a { background-color: #83031D; }
a { background-color: rgb(131,3,29); }
div.DivClassName
{
background-color: #83031D;
}
.BgClassName
{
background-color: #83031D;
}
</style>
border-color css
<style>
span { border-color: #83031D; }
span { border-color: rgb(131,3,29); }
td.TdClassName
{
border-color: #83031D;
}
.TagClassName
{
border-color: #83031D;
}
</style>