Shades of Burgundy #830039
Tints of Burgundy #830039
RGB
CMYK
RGB Variations
Color information
#830039 (or 0x830039) is known color: Burgundy. HEX triplet: 83, 00 and 39. RGB value is (131,0,57). Sum of RGB (Red+Green+Blue) = 131+0+57=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #830039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830039 is #7CFFC6. Grayscale: #2D2D2D. Windows color (decimal): -8191943 or 3735683. OLE color: 3735683.
HSL color Cylindrical-coordinate representation of color #830039: hue angle of 333.89º 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 #830039 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.56 | 0.49 |
| HSL | 333.89º | 1% | 0.26% | - |
| HSV(B) | 333.89º | 1% | 0.51% | - |
| XYZ | 10.1 | 5.12 | 4.33 | - |
| YUV | 45.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 57 | 0 | 1 | 0.56 | 0.49 | 333.89 | 1 | 0.26 |
| Hex | 83 | 0 | 39 | 0 | 64 | 38 | 31 | 14E | 64 | 1A |
| Octal | 203 | 0 | 71 | 0 | 144 | 70 | 61 | 516 | 144 | 32 |
| Binary | 10000011 | 0 | 111001 | 0 | 1100100 | 111000 | 110001 | 101001110 | 1100100 | 11010 |
Color Harmonies of #830039
Complementary color
Monochromatic Colors of #830039
Black with #830039
Text Example
Text Example
White with #830039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830039; }
p { color: rgb(131,0,57); }
H1.HeaderClassName
{
color: #830039;
}
.AnyTagClassName
{
color: #830039;
}
</style>
background-color css
<style>
a { background-color: #830039; }
a { background-color: rgb(131,0,57); }
div.DivClassName
{
background-color: #830039;
}
.BgClassName
{
background-color: #830039;
}
</style>
border-color css
<style>
span { border-color: #830039; }
span { border-color: rgb(131,0,57); }
td.TdClassName
{
border-color: #830039;
}
.TagClassName
{
border-color: #830039;
}
</style>