Shades of Burgundy #83051D
Tints of Burgundy #83051D
RGB
CMYK
RGB Variations
Color information
#83051D (or 0x83051D) is known color: Burgundy. HEX triplet: 83, 05 and 1D. RGB value is (131,5,29). Sum of RGB (Red+Green+Blue) = 131+5+29=165 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.39% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 131 - color contains mainly: red. Hex color #83051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83051D is #7CFAE2. Grayscale: #2D2D2D. Windows color (decimal): -8190691 or 1901955. OLE color: 1901955.
HSL color Cylindrical-coordinate representation of color #83051D: hue angle of 348.57º 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 #83051D is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 29 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.49 |
| HSL | 348.57º | 0.93% | 0.27% | - |
| HSV(B) | 348.57º | 0.96% | 0.51% | - |
| XYZ | 9.64 | 5.02 | 1.62 | - |
| YUV | 45.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 29 | 0 | 0.96 | 0.78 | 0.49 | 348.57 | 0.93 | 0.27 |
| Hex | 83 | 5 | 1D | 0 | 60 | 4E | 31 | 15D | 5D | 1B |
| Octal | 203 | 5 | 35 | 0 | 140 | 116 | 61 | 535 | 135 | 33 |
| Binary | 10000011 | 101 | 11101 | 0 | 1100000 | 1001110 | 110001 | 101011101 | 1011101 | 11011 |
Color Harmonies of #83051D
Complementary color
Monochromatic Colors of #83051D
Black with #83051D
Text Example
Text Example
White with #83051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83051D; }
p { color: rgb(131,5,29); }
H1.HeaderClassName
{
color: #83051D;
}
.AnyTagClassName
{
color: #83051D;
}
</style>
background-color css
<style>
a { background-color: #83051D; }
a { background-color: rgb(131,5,29); }
div.DivClassName
{
background-color: #83051D;
}
.BgClassName
{
background-color: #83051D;
}
</style>
border-color css
<style>
span { border-color: #83051D; }
span { border-color: rgb(131,5,29); }
td.TdClassName
{
border-color: #83051D;
}
.TagClassName
{
border-color: #83051D;
}
</style>