Shades of Burgundy #83131E
Tints of Burgundy #83131E
RGB
CMYK
RGB Variations
Color information
#83131E (or 0x83131E) is known color: Burgundy. HEX triplet: 83, 13 and 1E. RGB value is (131,19,30). Sum of RGB (Red+Green+Blue) = 131+19+30=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #83131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83131E is #7CECE1. Grayscale: #353535. Windows color (decimal): -8187106 or 1971075. OLE color: 1971075.
HSL color Cylindrical-coordinate representation of color #83131E: hue angle of 354.11º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83131E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 30 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.49 |
| HSL | 354.11º | 0.75% | 0.29% | - |
| HSV(B) | 354.11º | 0.85% | 0.51% | - |
| XYZ | 9.83 | 5.38 | 1.75 | - |
| YUV | 53.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 30 | 0 | 0.85 | 0.77 | 0.49 | 354.11 | 0.75 | 0.29 |
| Hex | 83 | 13 | 1E | 0 | 55 | 4D | 31 | 162 | 4B | 1D |
| Octal | 203 | 23 | 36 | 0 | 125 | 115 | 61 | 542 | 113 | 35 |
| Binary | 10000011 | 10011 | 11110 | 0 | 1010101 | 1001101 | 110001 | 101100010 | 1001011 | 11101 |
Color Harmonies of #83131E
Complementary color
Monochromatic Colors of #83131E
Black with #83131E
Text Example
Text Example
White with #83131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83131E; }
p { color: rgb(131,19,30); }
H1.HeaderClassName
{
color: #83131E;
}
.AnyTagClassName
{
color: #83131E;
}
</style>
background-color css
<style>
a { background-color: #83131E; }
a { background-color: rgb(131,19,30); }
div.DivClassName
{
background-color: #83131E;
}
.BgClassName
{
background-color: #83131E;
}
</style>
border-color css
<style>
span { border-color: #83131E; }
span { border-color: rgb(131,19,30); }
td.TdClassName
{
border-color: #83131E;
}
.TagClassName
{
border-color: #83131E;
}
</style>