Shades of Burgundy #83122C
Tints of Burgundy #83122C
RGB
CMYK
RGB Variations
Color information
#83122C (or 0x83122C) is known color: Burgundy. HEX triplet: 83, 12 and 2C. RGB value is (131,18,44). Sum of RGB (Red+Green+Blue) = 131+18+44=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83122C is #7CEDD3. Grayscale: #363636. Windows color (decimal): -8187348 or 2888323. OLE color: 2888323.
HSL color Cylindrical-coordinate representation of color #83122C: hue angle of 346.19º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83122C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 44 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.49 |
| HSL | 346.19º | 0.76% | 0.29% | - |
| HSV(B) | 346.19º | 0.86% | 0.51% | - |
| XYZ | 10.03 | 5.44 | 2.9 | - |
| YUV | 54.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 44 | 0 | 0.86 | 0.66 | 0.49 | 346.19 | 0.76 | 0.29 |
| Hex | 83 | 12 | 2C | 0 | 56 | 42 | 31 | 15A | 4C | 1D |
| Octal | 203 | 22 | 54 | 0 | 126 | 102 | 61 | 532 | 114 | 35 |
| Binary | 10000011 | 10010 | 101100 | 0 | 1010110 | 1000010 | 110001 | 101011010 | 1001100 | 11101 |
Color Harmonies of #83122C
Complementary color
Monochromatic Colors of #83122C
Black with #83122C
Text Example
Text Example
White with #83122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83122C; }
p { color: rgb(131,18,44); }
H1.HeaderClassName
{
color: #83122C;
}
.AnyTagClassName
{
color: #83122C;
}
</style>
background-color css
<style>
a { background-color: #83122C; }
a { background-color: rgb(131,18,44); }
div.DivClassName
{
background-color: #83122C;
}
.BgClassName
{
background-color: #83122C;
}
</style>
border-color css
<style>
span { border-color: #83122C; }
span { border-color: rgb(131,18,44); }
td.TdClassName
{
border-color: #83122C;
}
.TagClassName
{
border-color: #83122C;
}
</style>