Shades of Burgundy #831121
Tints of Burgundy #831121
RGB
CMYK
RGB Variations
Color information
#831121 (or 0x831121) is known color: Burgundy. HEX triplet: 83, 11 and 21. RGB value is (131,17,33). Sum of RGB (Red+Green+Blue) = 131+17+33=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #831121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831121 is #7CEEDE. Grayscale: #343434. Windows color (decimal): -8187615 or 2167171. OLE color: 2167171.
HSL color Cylindrical-coordinate representation of color #831121: hue angle of 351.58º 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 #831121 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 33 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.49 |
| HSL | 351.58º | 0.77% | 0.29% | - |
| HSV(B) | 351.58º | 0.87% | 0.51% | - |
| XYZ | 9.84 | 5.34 | 1.95 | - |
| YUV | 52.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 33 | 0 | 0.87 | 0.75 | 0.49 | 351.58 | 0.77 | 0.29 |
| Hex | 83 | 11 | 21 | 0 | 57 | 4B | 31 | 160 | 4D | 1D |
| Octal | 203 | 21 | 41 | 0 | 127 | 113 | 61 | 540 | 115 | 35 |
| Binary | 10000011 | 10001 | 100001 | 0 | 1010111 | 1001011 | 110001 | 101100000 | 1001101 | 11101 |
Color Harmonies of #831121
Complementary color
Monochromatic Colors of #831121
Black with #831121
Text Example
Text Example
White with #831121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831121; }
p { color: rgb(131,17,33); }
H1.HeaderClassName
{
color: #831121;
}
.AnyTagClassName
{
color: #831121;
}
</style>
background-color css
<style>
a { background-color: #831121; }
a { background-color: rgb(131,17,33); }
div.DivClassName
{
background-color: #831121;
}
.BgClassName
{
background-color: #831121;
}
</style>
border-color css
<style>
span { border-color: #831121; }
span { border-color: rgb(131,17,33); }
td.TdClassName
{
border-color: #831121;
}
.TagClassName
{
border-color: #831121;
}
</style>