Shades of Burgundy #830522
Tints of Burgundy #830522
RGB
CMYK
RGB Variations
Color information
#830522 (or 0x830522) is known color: Burgundy. HEX triplet: 83, 05 and 22. RGB value is (131,5,34). Sum of RGB (Red+Green+Blue) = 131+5+34=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #830522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830522 is #7CFADD. Grayscale: #2D2D2D. Windows color (decimal): -8190686 or 2229635. OLE color: 2229635.
HSL color Cylindrical-coordinate representation of color #830522: hue angle of 346.19º 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 #830522 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 34 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.49 |
| HSL | 346.19º | 0.93% | 0.27% | - |
| HSV(B) | 346.19º | 0.96% | 0.51% | - |
| XYZ | 9.7 | 5.05 | 1.98 | - |
| YUV | 45.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 34 | 0 | 0.96 | 0.74 | 0.49 | 346.19 | 0.93 | 0.27 |
| Hex | 83 | 5 | 22 | 0 | 60 | 4A | 31 | 15A | 5D | 1B |
| Octal | 203 | 5 | 42 | 0 | 140 | 112 | 61 | 532 | 135 | 33 |
| Binary | 10000011 | 101 | 100010 | 0 | 1100000 | 1001010 | 110001 | 101011010 | 1011101 | 11011 |
Color Harmonies of #830522
Complementary color
Monochromatic Colors of #830522
Black with #830522
Text Example
Text Example
White with #830522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830522; }
p { color: rgb(131,5,34); }
H1.HeaderClassName
{
color: #830522;
}
.AnyTagClassName
{
color: #830522;
}
</style>
background-color css
<style>
a { background-color: #830522; }
a { background-color: rgb(131,5,34); }
div.DivClassName
{
background-color: #830522;
}
.BgClassName
{
background-color: #830522;
}
</style>
border-color css
<style>
span { border-color: #830522; }
span { border-color: rgb(131,5,34); }
td.TdClassName
{
border-color: #830522;
}
.TagClassName
{
border-color: #830522;
}
</style>