Shades of Burgundy #830322
Tints of Burgundy #830322
RGB
CMYK
RGB Variations
Color information
#830322 (or 0x830322) is known color: Burgundy. HEX triplet: 83, 03 and 22. RGB value is (131,3,34). Sum of RGB (Red+Green+Blue) = 131+3+34=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #830322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830322 is #7CFCDD. Grayscale: #2C2C2C. Windows color (decimal): -8191198 or 2229123. OLE color: 2229123.
HSL color Cylindrical-coordinate representation of color #830322: hue angle of 345.47º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830322 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.49 |
| HSL | 345.47º | 0.96% | 0.26% | - |
| HSV(B) | 345.47º | 0.98% | 0.51% | - |
| XYZ | 9.68 | 5.01 | 1.97 | - |
| YUV | 44.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 34 | 0 | 0.98 | 0.74 | 0.49 | 345.47 | 0.96 | 0.26 |
| Hex | 83 | 3 | 22 | 0 | 62 | 4A | 31 | 159 | 60 | 1A |
| Octal | 203 | 3 | 42 | 0 | 142 | 112 | 61 | 531 | 140 | 32 |
| Binary | 10000011 | 11 | 100010 | 0 | 1100010 | 1001010 | 110001 | 101011001 | 1100000 | 11010 |
Color Harmonies of #830322
Complementary color
Monochromatic Colors of #830322
Black with #830322
Text Example
Text Example
White with #830322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830322; }
p { color: rgb(131,3,34); }
H1.HeaderClassName
{
color: #830322;
}
.AnyTagClassName
{
color: #830322;
}
</style>
background-color css
<style>
a { background-color: #830322; }
a { background-color: rgb(131,3,34); }
div.DivClassName
{
background-color: #830322;
}
.BgClassName
{
background-color: #830322;
}
</style>
border-color css
<style>
span { border-color: #830322; }
span { border-color: rgb(131,3,34); }
td.TdClassName
{
border-color: #830322;
}
.TagClassName
{
border-color: #830322;
}
</style>