Shades of Burgundy #831129
Tints of Burgundy #831129
RGB
CMYK
RGB Variations
Color information
#831129 (or 0x831129) is known color: Burgundy. HEX triplet: 83, 11 and 29. RGB value is (131,17,41). Sum of RGB (Red+Green+Blue) = 131+17+41=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #831129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831129 is #7CEED6. Grayscale: #353535. Windows color (decimal): -8187607 or 2691459. OLE color: 2691459.
HSL color Cylindrical-coordinate representation of color #831129: hue angle of 347.37º 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 #831129 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 41 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.49 |
| HSL | 347.37º | 0.77% | 0.29% | - |
| HSV(B) | 347.37º | 0.87% | 0.51% | - |
| XYZ | 9.96 | 5.39 | 2.61 | - |
| YUV | 53.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 41 | 0 | 0.87 | 0.69 | 0.49 | 347.37 | 0.77 | 0.29 |
| Hex | 83 | 11 | 29 | 0 | 57 | 45 | 31 | 15B | 4D | 1D |
| Octal | 203 | 21 | 51 | 0 | 127 | 105 | 61 | 533 | 115 | 35 |
| Binary | 10000011 | 10001 | 101001 | 0 | 1010111 | 1000101 | 110001 | 101011011 | 1001101 | 11101 |
Color Harmonies of #831129
Complementary color
Monochromatic Colors of #831129
Black with #831129
Text Example
Text Example
White with #831129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831129; }
p { color: rgb(131,17,41); }
H1.HeaderClassName
{
color: #831129;
}
.AnyTagClassName
{
color: #831129;
}
</style>
background-color css
<style>
a { background-color: #831129; }
a { background-color: rgb(131,17,41); }
div.DivClassName
{
background-color: #831129;
}
.BgClassName
{
background-color: #831129;
}
</style>
border-color css
<style>
span { border-color: #831129; }
span { border-color: rgb(131,17,41); }
td.TdClassName
{
border-color: #831129;
}
.TagClassName
{
border-color: #831129;
}
</style>