Shades of Burgundy #830534
Tints of Burgundy #830534
RGB
CMYK
RGB Variations
Color information
#830534 (or 0x830534) is known color: Burgundy. HEX triplet: 83, 05 and 34. RGB value is (131,5,52). Sum of RGB (Red+Green+Blue) = 131+5+52=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #830534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830534 is #7CFACB. Grayscale: #2F2F2F. Windows color (decimal): -8190668 or 3409283. OLE color: 3409283.
HSL color Cylindrical-coordinate representation of color #830534: hue angle of 337.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830534 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 52 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.49 |
| HSL | 337.62º | 0.93% | 0.27% | - |
| HSV(B) | 337.62º | 0.96% | 0.51% | - |
| XYZ | 10.03 | 5.18 | 3.72 | - |
| YUV | 48.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 52 | 0 | 0.96 | 0.60 | 0.49 | 337.62 | 0.93 | 0.27 |
| Hex | 83 | 5 | 34 | 0 | 60 | 3C | 31 | 152 | 5D | 1B |
| Octal | 203 | 5 | 64 | 0 | 140 | 74 | 61 | 522 | 135 | 33 |
| Binary | 10000011 | 101 | 110100 | 0 | 1100000 | 111100 | 110001 | 101010010 | 1011101 | 11011 |
Color Harmonies of #830534
Complementary color
Monochromatic Colors of #830534
Black with #830534
Text Example
Text Example
White with #830534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830534; }
p { color: rgb(131,5,52); }
H1.HeaderClassName
{
color: #830534;
}
.AnyTagClassName
{
color: #830534;
}
</style>
background-color css
<style>
a { background-color: #830534; }
a { background-color: rgb(131,5,52); }
div.DivClassName
{
background-color: #830534;
}
.BgClassName
{
background-color: #830534;
}
</style>
border-color css
<style>
span { border-color: #830534; }
span { border-color: rgb(131,5,52); }
td.TdClassName
{
border-color: #830534;
}
.TagClassName
{
border-color: #830534;
}
</style>