Shades of Burgundy #830029
Tints of Burgundy #830029
RGB
CMYK
RGB Variations
Color information
#830029 (or 0x830029) is known color: Burgundy. HEX triplet: 83, 00 and 29. RGB value is (131,0,41). Sum of RGB (Red+Green+Blue) = 131+0+41=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #830029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830029 is #7CFFD6. Grayscale: #2B2B2B. Windows color (decimal): -8191959 or 2687107. OLE color: 2687107.
HSL color Cylindrical-coordinate representation of color #830029: hue angle of 341.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830029 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.69 | 0.49 |
| HSL | 341.22º | 1% | 0.26% | - |
| HSV(B) | 341.22º | 1% | 0.51% | - |
| XYZ | 9.76 | 4.99 | 2.55 | - |
| YUV | 43.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 41 | 0 | 1 | 0.69 | 0.49 | 341.22 | 1 | 0.26 |
| Hex | 83 | 0 | 29 | 0 | 64 | 45 | 31 | 155 | 64 | 1A |
| Octal | 203 | 0 | 51 | 0 | 144 | 105 | 61 | 525 | 144 | 32 |
| Binary | 10000011 | 0 | 101001 | 0 | 1100100 | 1000101 | 110001 | 101010101 | 1100100 | 11010 |
Color Harmonies of #830029
Complementary color
Monochromatic Colors of #830029
Black with #830029
Text Example
Text Example
White with #830029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830029; }
p { color: rgb(131,0,41); }
H1.HeaderClassName
{
color: #830029;
}
.AnyTagClassName
{
color: #830029;
}
</style>
background-color css
<style>
a { background-color: #830029; }
a { background-color: rgb(131,0,41); }
div.DivClassName
{
background-color: #830029;
}
.BgClassName
{
background-color: #830029;
}
</style>
border-color css
<style>
span { border-color: #830029; }
span { border-color: rgb(131,0,41); }
td.TdClassName
{
border-color: #830029;
}
.TagClassName
{
border-color: #830029;
}
</style>