Shades of Burgundy #83091F
Tints of Burgundy #83091F
RGB
CMYK
RGB Variations
Color information
#83091F (or 0x83091F) is known color: Burgundy. HEX triplet: 83, 09 and 1F. RGB value is (131,9,31). Sum of RGB (Red+Green+Blue) = 131+9+31=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #83091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83091F is #7CF6E0. Grayscale: #303030. Windows color (decimal): -8189665 or 2034051. OLE color: 2034051.
HSL color Cylindrical-coordinate representation of color #83091F: hue angle of 349.18º 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 #83091F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 31 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.49 |
| HSL | 349.18º | 0.87% | 0.27% | - |
| HSV(B) | 349.18º | 0.93% | 0.51% | - |
| XYZ | 9.71 | 5.12 | 1.77 | - |
| YUV | 47.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 31 | 0 | 0.93 | 0.76 | 0.49 | 349.18 | 0.87 | 0.27 |
| Hex | 83 | 9 | 1F | 0 | 5D | 4C | 31 | 15D | 57 | 1B |
| Octal | 203 | 11 | 37 | 0 | 135 | 114 | 61 | 535 | 127 | 33 |
| Binary | 10000011 | 1001 | 11111 | 0 | 1011101 | 1001100 | 110001 | 101011101 | 1010111 | 11011 |
Color Harmonies of #83091F
Complementary color
Monochromatic Colors of #83091F
Black with #83091F
Text Example
Text Example
White with #83091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83091F; }
p { color: rgb(131,9,31); }
H1.HeaderClassName
{
color: #83091F;
}
.AnyTagClassName
{
color: #83091F;
}
</style>
background-color css
<style>
a { background-color: #83091F; }
a { background-color: rgb(131,9,31); }
div.DivClassName
{
background-color: #83091F;
}
.BgClassName
{
background-color: #83091F;
}
</style>
border-color css
<style>
span { border-color: #83091F; }
span { border-color: rgb(131,9,31); }
td.TdClassName
{
border-color: #83091F;
}
.TagClassName
{
border-color: #83091F;
}
</style>