Shades of Burgundy #83122A
Tints of Burgundy #83122A
RGB
CMYK
RGB Variations
Color information
#83122A (or 0x83122A) is known color: Burgundy. HEX triplet: 83, 12 and 2A. RGB value is (131,18,42). Sum of RGB (Red+Green+Blue) = 131+18+42=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #83122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83122A is #7CEDD5. Grayscale: #363636. Windows color (decimal): -8187350 or 2757251. OLE color: 2757251.
HSL color Cylindrical-coordinate representation of color #83122A: hue angle of 347.26º 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 #83122A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 42 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.49 |
| HSL | 347.26º | 0.76% | 0.29% | - |
| HSV(B) | 347.26º | 0.86% | 0.51% | - |
| XYZ | 9.99 | 5.43 | 2.71 | - |
| YUV | 54.52 | 120.94 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 42 | 0 | 0.86 | 0.68 | 0.49 | 347.26 | 0.76 | 0.29 |
| Hex | 83 | 12 | 2A | 0 | 56 | 44 | 31 | 15B | 4C | 1D |
| Octal | 203 | 22 | 52 | 0 | 126 | 104 | 61 | 533 | 114 | 35 |
| Binary | 10000011 | 10010 | 101010 | 0 | 1010110 | 1000100 | 110001 | 101011011 | 1001100 | 11101 |
Color Harmonies of #83122A
Complementary color
Monochromatic Colors of #83122A
Black with #83122A
Text Example
Text Example
White with #83122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83122A; }
p { color: rgb(131,18,42); }
H1.HeaderClassName
{
color: #83122A;
}
.AnyTagClassName
{
color: #83122A;
}
</style>
background-color css
<style>
a { background-color: #83122A; }
a { background-color: rgb(131,18,42); }
div.DivClassName
{
background-color: #83122A;
}
.BgClassName
{
background-color: #83122A;
}
</style>
border-color css
<style>
span { border-color: #83122A; }
span { border-color: rgb(131,18,42); }
td.TdClassName
{
border-color: #83122A;
}
.TagClassName
{
border-color: #83122A;
}
</style>