Shades of Burgundy #830721
Tints of Burgundy #830721
RGB
CMYK
RGB Variations
Color information
#830721 (or 0x830721) is known color: Burgundy. HEX triplet: 83, 07 and 21. RGB value is (131,7,33). Sum of RGB (Red+Green+Blue) = 131+7+33=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #830721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830721 is #7CF8DE. Grayscale: #2F2F2F. Windows color (decimal): -8190175 or 2164611. OLE color: 2164611.
HSL color Cylindrical-coordinate representation of color #830721: hue angle of 347.42º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830721 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 33 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.49 |
| HSL | 347.42º | 0.9% | 0.27% | - |
| HSV(B) | 347.42º | 0.95% | 0.51% | - |
| XYZ | 9.71 | 5.09 | 1.91 | - |
| YUV | 47.04 | 120.08 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 33 | 0 | 0.95 | 0.75 | 0.49 | 347.42 | 0.9 | 0.27 |
| Hex | 83 | 7 | 21 | 0 | 5F | 4B | 31 | 15B | 5A | 1B |
| Octal | 203 | 7 | 41 | 0 | 137 | 113 | 61 | 533 | 132 | 33 |
| Binary | 10000011 | 111 | 100001 | 0 | 1011111 | 1001011 | 110001 | 101011011 | 1011010 | 11011 |
Color Harmonies of #830721
Complementary color
Monochromatic Colors of #830721
Black with #830721
Text Example
Text Example
White with #830721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830721; }
p { color: rgb(131,7,33); }
H1.HeaderClassName
{
color: #830721;
}
.AnyTagClassName
{
color: #830721;
}
</style>
background-color css
<style>
a { background-color: #830721; }
a { background-color: rgb(131,7,33); }
div.DivClassName
{
background-color: #830721;
}
.BgClassName
{
background-color: #830721;
}
</style>
border-color css
<style>
span { border-color: #830721; }
span { border-color: rgb(131,7,33); }
td.TdClassName
{
border-color: #830721;
}
.TagClassName
{
border-color: #830721;
}
</style>