Shades of Burgundy #83091E
Tints of Burgundy #83091E
RGB
CMYK
RGB Variations
Color information
#83091E (or 0x83091E) is known color: Burgundy. HEX triplet: 83, 09 and 1E. RGB value is (131,9,30). Sum of RGB (Red+Green+Blue) = 131+9+30=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #83091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83091E is #7CF6E1. Grayscale: #2F2F2F. Windows color (decimal): -8189666 or 1968515. OLE color: 1968515.
HSL color Cylindrical-coordinate representation of color #83091E: hue angle of 349.67º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83091E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 30 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.49 |
| HSL | 349.67º | 0.87% | 0.27% | - |
| HSV(B) | 349.67º | 0.93% | 0.51% | - |
| XYZ | 9.69 | 5.11 | 1.7 | - |
| YUV | 47.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 30 | 0 | 0.93 | 0.77 | 0.49 | 349.67 | 0.87 | 0.27 |
| Hex | 83 | 9 | 1E | 0 | 5D | 4D | 31 | 15E | 57 | 1B |
| Octal | 203 | 11 | 36 | 0 | 135 | 115 | 61 | 536 | 127 | 33 |
| Binary | 10000011 | 1001 | 11110 | 0 | 1011101 | 1001101 | 110001 | 101011110 | 1010111 | 11011 |
Color Harmonies of #83091E
Complementary color
Monochromatic Colors of #83091E
Black with #83091E
Text Example
Text Example
White with #83091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83091E; }
p { color: rgb(131,9,30); }
H1.HeaderClassName
{
color: #83091E;
}
.AnyTagClassName
{
color: #83091E;
}
</style>
background-color css
<style>
a { background-color: #83091E; }
a { background-color: rgb(131,9,30); }
div.DivClassName
{
background-color: #83091E;
}
.BgClassName
{
background-color: #83091E;
}
</style>
border-color css
<style>
span { border-color: #83091E; }
span { border-color: rgb(131,9,30); }
td.TdClassName
{
border-color: #83091E;
}
.TagClassName
{
border-color: #83091E;
}
</style>