Shades of Burgundy #830839
Tints of Burgundy #830839
RGB
CMYK
RGB Variations
Color information
#830839 (or 0x830839) is known color: Burgundy. HEX triplet: 83, 08 and 39. RGB value is (131,8,57). Sum of RGB (Red+Green+Blue) = 131+8+57=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #830839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830839 is #7CF7C6. Grayscale: #323232. Windows color (decimal): -8189895 or 3737731. OLE color: 3737731.
HSL color Cylindrical-coordinate representation of color #830839: hue angle of 336.1º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830839 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 57 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.49 |
| HSL | 336.1º | 0.88% | 0.27% | - |
| HSV(B) | 336.1º | 0.94% | 0.51% | - |
| XYZ | 10.19 | 5.29 | 4.36 | - |
| YUV | 50.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 57 | 0 | 0.94 | 0.56 | 0.49 | 336.1 | 0.88 | 0.27 |
| Hex | 83 | 8 | 39 | 0 | 5E | 38 | 31 | 150 | 58 | 1B |
| Octal | 203 | 10 | 71 | 0 | 136 | 70 | 61 | 520 | 130 | 33 |
| Binary | 10000011 | 1000 | 111001 | 0 | 1011110 | 111000 | 110001 | 101010000 | 1011000 | 11011 |
Color Harmonies of #830839
Complementary color
Monochromatic Colors of #830839
Black with #830839
Text Example
Text Example
White with #830839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830839; }
p { color: rgb(131,8,57); }
H1.HeaderClassName
{
color: #830839;
}
.AnyTagClassName
{
color: #830839;
}
</style>
background-color css
<style>
a { background-color: #830839; }
a { background-color: rgb(131,8,57); }
div.DivClassName
{
background-color: #830839;
}
.BgClassName
{
background-color: #830839;
}
</style>
border-color css
<style>
span { border-color: #830839; }
span { border-color: rgb(131,8,57); }
td.TdClassName
{
border-color: #830839;
}
.TagClassName
{
border-color: #830839;
}
</style>