Shades of Burgundy #83112C
Tints of Burgundy #83112C
RGB
CMYK
RGB Variations
Color information
#83112C (or 0x83112C) is known color: Burgundy. HEX triplet: 83, 11 and 2C. RGB value is (131,17,44). Sum of RGB (Red+Green+Blue) = 131+17+44=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83112C is #7CEED3. Grayscale: #363636. Windows color (decimal): -8187604 or 2888067. OLE color: 2888067.
HSL color Cylindrical-coordinate representation of color #83112C: hue angle of 345.79º 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 #83112C is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 44 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.49 |
| HSL | 345.79º | 0.77% | 0.29% | - |
| HSV(B) | 345.79º | 0.87% | 0.51% | - |
| XYZ | 10.02 | 5.41 | 2.9 | - |
| YUV | 54.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 44 | 0 | 0.87 | 0.66 | 0.49 | 345.79 | 0.77 | 0.29 |
| Hex | 83 | 11 | 2C | 0 | 57 | 42 | 31 | 15A | 4D | 1D |
| Octal | 203 | 21 | 54 | 0 | 127 | 102 | 61 | 532 | 115 | 35 |
| Binary | 10000011 | 10001 | 101100 | 0 | 1010111 | 1000010 | 110001 | 101011010 | 1001101 | 11101 |
Color Harmonies of #83112C
Complementary color
Monochromatic Colors of #83112C
Black with #83112C
Text Example
Text Example
White with #83112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83112C; }
p { color: rgb(131,17,44); }
H1.HeaderClassName
{
color: #83112C;
}
.AnyTagClassName
{
color: #83112C;
}
</style>
background-color css
<style>
a { background-color: #83112C; }
a { background-color: rgb(131,17,44); }
div.DivClassName
{
background-color: #83112C;
}
.BgClassName
{
background-color: #83112C;
}
</style>
border-color css
<style>
span { border-color: #83112C; }
span { border-color: rgb(131,17,44); }
td.TdClassName
{
border-color: #83112C;
}
.TagClassName
{
border-color: #83112C;
}
</style>