Shades of Burgundy #830629
Tints of Burgundy #830629
RGB
CMYK
RGB Variations
Color information
#830629 (or 0x830629) is known color: Burgundy. HEX triplet: 83, 06 and 29. RGB value is (131,6,41). Sum of RGB (Red+Green+Blue) = 131+6+41=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #830629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830629 is #7CF9D6. Grayscale: #2F2F2F. Windows color (decimal): -8190423 or 2688643. OLE color: 2688643.
HSL color Cylindrical-coordinate representation of color #830629: hue angle of 343.2º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830629 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 41 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.49 |
| HSL | 343.2º | 0.91% | 0.27% | - |
| HSV(B) | 343.2º | 0.95% | 0.51% | - |
| XYZ | 9.83 | 5.12 | 2.57 | - |
| YUV | 47.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 41 | 0 | 0.95 | 0.69 | 0.49 | 343.2 | 0.91 | 0.27 |
| Hex | 83 | 6 | 29 | 0 | 5F | 45 | 31 | 157 | 5B | 1B |
| Octal | 203 | 6 | 51 | 0 | 137 | 105 | 61 | 527 | 133 | 33 |
| Binary | 10000011 | 110 | 101001 | 0 | 1011111 | 1000101 | 110001 | 101010111 | 1011011 | 11011 |
Color Harmonies of #830629
Complementary color
Monochromatic Colors of #830629
Black with #830629
Text Example
Text Example
White with #830629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830629; }
p { color: rgb(131,6,41); }
H1.HeaderClassName
{
color: #830629;
}
.AnyTagClassName
{
color: #830629;
}
</style>
background-color css
<style>
a { background-color: #830629; }
a { background-color: rgb(131,6,41); }
div.DivClassName
{
background-color: #830629;
}
.BgClassName
{
background-color: #830629;
}
</style>
border-color css
<style>
span { border-color: #830629; }
span { border-color: rgb(131,6,41); }
td.TdClassName
{
border-color: #830629;
}
.TagClassName
{
border-color: #830629;
}
</style>