Shades of Burgundy #830329
Tints of Burgundy #830329
RGB
CMYK
RGB Variations
Color information
#830329 (or 0x830329) is known color: Burgundy. HEX triplet: 83, 03 and 29. RGB value is (131,3,41). Sum of RGB (Red+Green+Blue) = 131+3+41=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #830329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830329 is #7CFCD6. Grayscale: #2D2D2D. Windows color (decimal): -8191191 or 2687875. OLE color: 2687875.
HSL color Cylindrical-coordinate representation of color #830329: hue angle of 342.19º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830329 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 41 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.49 |
| HSL | 342.19º | 0.96% | 0.26% | - |
| HSV(B) | 342.19º | 0.98% | 0.51% | - |
| XYZ | 9.79 | 5.05 | 2.56 | - |
| YUV | 45.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 41 | 0 | 0.98 | 0.69 | 0.49 | 342.19 | 0.96 | 0.26 |
| Hex | 83 | 3 | 29 | 0 | 62 | 45 | 31 | 156 | 60 | 1A |
| Octal | 203 | 3 | 51 | 0 | 142 | 105 | 61 | 526 | 140 | 32 |
| Binary | 10000011 | 11 | 101001 | 0 | 1100010 | 1000101 | 110001 | 101010110 | 1100000 | 11010 |
Color Harmonies of #830329
Complementary color
Monochromatic Colors of #830329
Black with #830329
Text Example
Text Example
White with #830329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830329; }
p { color: rgb(131,3,41); }
H1.HeaderClassName
{
color: #830329;
}
.AnyTagClassName
{
color: #830329;
}
</style>
background-color css
<style>
a { background-color: #830329; }
a { background-color: rgb(131,3,41); }
div.DivClassName
{
background-color: #830329;
}
.BgClassName
{
background-color: #830329;
}
</style>
border-color css
<style>
span { border-color: #830329; }
span { border-color: rgb(131,3,41); }
td.TdClassName
{
border-color: #830329;
}
.TagClassName
{
border-color: #830329;
}
</style>