Shades of Burgundy #830722
Tints of Burgundy #830722
RGB
CMYK
RGB Variations
Color information
#830722 (or 0x830722) is known color: Burgundy. HEX triplet: 83, 07 and 22. RGB value is (131,7,34). Sum of RGB (Red+Green+Blue) = 131+7+34=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #830722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830722 is #7CF8DD. Grayscale: #2F2F2F. Windows color (decimal): -8190174 or 2230147. OLE color: 2230147.
HSL color Cylindrical-coordinate representation of color #830722: hue angle of 346.94º 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 #830722 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 34 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.49 |
| HSL | 346.94º | 0.9% | 0.27% | - |
| HSV(B) | 346.94º | 0.95% | 0.51% | - |
| XYZ | 9.72 | 5.09 | 1.98 | - |
| YUV | 47.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 34 | 0 | 0.95 | 0.74 | 0.49 | 346.94 | 0.9 | 0.27 |
| Hex | 83 | 7 | 22 | 0 | 5F | 4A | 31 | 15B | 5A | 1B |
| Octal | 203 | 7 | 42 | 0 | 137 | 112 | 61 | 533 | 132 | 33 |
| Binary | 10000011 | 111 | 100010 | 0 | 1011111 | 1001010 | 110001 | 101011011 | 1011010 | 11011 |
Color Harmonies of #830722
Complementary color
Monochromatic Colors of #830722
Black with #830722
Text Example
Text Example
White with #830722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830722; }
p { color: rgb(131,7,34); }
H1.HeaderClassName
{
color: #830722;
}
.AnyTagClassName
{
color: #830722;
}
</style>
background-color css
<style>
a { background-color: #830722; }
a { background-color: rgb(131,7,34); }
div.DivClassName
{
background-color: #830722;
}
.BgClassName
{
background-color: #830722;
}
</style>
border-color css
<style>
span { border-color: #830722; }
span { border-color: rgb(131,7,34); }
td.TdClassName
{
border-color: #830722;
}
.TagClassName
{
border-color: #830722;
}
</style>