Shades of Burgundy #83111F
Tints of Burgundy #83111F
RGB
CMYK
RGB Variations
Color information
#83111F (or 0x83111F) is known color: Burgundy. HEX triplet: 83, 11 and 1F. RGB value is (131,17,31). Sum of RGB (Red+Green+Blue) = 131+17+31=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83111F is #7CEEE0. Grayscale: #343434. Windows color (decimal): -8187617 or 2036099. OLE color: 2036099.
HSL color Cylindrical-coordinate representation of color #83111F: hue angle of 352.63º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83111F is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 31 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.49 |
| HSL | 352.63º | 0.77% | 0.29% | - |
| HSV(B) | 352.63º | 0.87% | 0.51% | - |
| XYZ | 9.81 | 5.33 | 1.81 | - |
| YUV | 52.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 31 | 0 | 0.87 | 0.76 | 0.49 | 352.63 | 0.77 | 0.29 |
| Hex | 83 | 11 | 1F | 0 | 57 | 4C | 31 | 161 | 4D | 1D |
| Octal | 203 | 21 | 37 | 0 | 127 | 114 | 61 | 541 | 115 | 35 |
| Binary | 10000011 | 10001 | 11111 | 0 | 1010111 | 1001100 | 110001 | 101100001 | 1001101 | 11101 |
Color Harmonies of #83111F
Complementary color
Monochromatic Colors of #83111F
Black with #83111F
Text Example
Text Example
White with #83111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83111F; }
p { color: rgb(131,17,31); }
H1.HeaderClassName
{
color: #83111F;
}
.AnyTagClassName
{
color: #83111F;
}
</style>
background-color css
<style>
a { background-color: #83111F; }
a { background-color: rgb(131,17,31); }
div.DivClassName
{
background-color: #83111F;
}
.BgClassName
{
background-color: #83111F;
}
</style>
border-color css
<style>
span { border-color: #83111F; }
span { border-color: rgb(131,17,31); }
td.TdClassName
{
border-color: #83111F;
}
.TagClassName
{
border-color: #83111F;
}
</style>