Shades of Burgundy #83112A
Tints of Burgundy #83112A
RGB
CMYK
RGB Variations
Color information
#83112A (or 0x83112A) is known color: Burgundy. HEX triplet: 83, 11 and 2A. RGB value is (131,17,42). Sum of RGB (Red+Green+Blue) = 131+17+42=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #83112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83112A is #7CEED5. Grayscale: #353535. Windows color (decimal): -8187606 or 2756995. OLE color: 2756995.
HSL color Cylindrical-coordinate representation of color #83112A: hue angle of 346.84º 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 #83112A is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 42 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.49 |
| HSL | 346.84º | 0.77% | 0.29% | - |
| HSV(B) | 346.84º | 0.87% | 0.51% | - |
| XYZ | 9.98 | 5.39 | 2.71 | - |
| YUV | 53.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 42 | 0 | 0.87 | 0.68 | 0.49 | 346.84 | 0.77 | 0.29 |
| Hex | 83 | 11 | 2A | 0 | 57 | 44 | 31 | 15B | 4D | 1D |
| Octal | 203 | 21 | 52 | 0 | 127 | 104 | 61 | 533 | 115 | 35 |
| Binary | 10000011 | 10001 | 101010 | 0 | 1010111 | 1000100 | 110001 | 101011011 | 1001101 | 11101 |
Color Harmonies of #83112A
Complementary color
Monochromatic Colors of #83112A
Black with #83112A
Text Example
Text Example
White with #83112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83112A; }
p { color: rgb(131,17,42); }
H1.HeaderClassName
{
color: #83112A;
}
.AnyTagClassName
{
color: #83112A;
}
</style>
background-color css
<style>
a { background-color: #83112A; }
a { background-color: rgb(131,17,42); }
div.DivClassName
{
background-color: #83112A;
}
.BgClassName
{
background-color: #83112A;
}
</style>
border-color css
<style>
span { border-color: #83112A; }
span { border-color: rgb(131,17,42); }
td.TdClassName
{
border-color: #83112A;
}
.TagClassName
{
border-color: #83112A;
}
</style>