Shades of Burgundy #830020
Tints of Burgundy #830020
RGB
CMYK
RGB Variations
Color information
#830020 (or 0x830020) is known color: Burgundy. HEX triplet: 83, 00 and 20. RGB value is (131,0,32). Sum of RGB (Red+Green+Blue) = 131+0+32=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #830020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830020 is #7CFFDF. Grayscale: #2A2A2A. Windows color (decimal): -8191968 or 2097283. OLE color: 2097283.
HSL color Cylindrical-coordinate representation of color #830020: hue angle of 345.34º 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 #830020 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.76 | 0.49 |
| HSL | 345.34º | 1% | 0.26% | - |
| HSV(B) | 345.34º | 1% | 0.51% | - |
| XYZ | 9.62 | 4.93 | 1.81 | - |
| YUV | 42.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 32 | 0 | 1 | 0.76 | 0.49 | 345.34 | 1 | 0.26 |
| Hex | 83 | 0 | 20 | 0 | 64 | 4C | 31 | 159 | 64 | 1A |
| Octal | 203 | 0 | 40 | 0 | 144 | 114 | 61 | 531 | 144 | 32 |
| Binary | 10000011 | 0 | 100000 | 0 | 1100100 | 1001100 | 110001 | 101011001 | 1100100 | 11010 |
Color Harmonies of #830020
Complementary color
Monochromatic Colors of #830020
Black with #830020
Text Example
Text Example
White with #830020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830020; }
p { color: rgb(131,0,32); }
H1.HeaderClassName
{
color: #830020;
}
.AnyTagClassName
{
color: #830020;
}
</style>
background-color css
<style>
a { background-color: #830020; }
a { background-color: rgb(131,0,32); }
div.DivClassName
{
background-color: #830020;
}
.BgClassName
{
background-color: #830020;
}
</style>
border-color css
<style>
span { border-color: #830020; }
span { border-color: rgb(131,0,32); }
td.TdClassName
{
border-color: #830020;
}
.TagClassName
{
border-color: #830020;
}
</style>