Shades of Burgundy #720322
Tints of Burgundy #720322
RGB
CMYK
RGB Variations
Color information
#720322 (or 0x720322) is known color: Burgundy. HEX triplet: 72, 03 and 22. RGB value is (114,3,34). Sum of RGB (Red+Green+Blue) = 114+3+34=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #720322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720322 is #8DFCDD. Grayscale: #272727. Windows color (decimal): -9305310 or 2229106. OLE color: 2229106.
HSL color Cylindrical-coordinate representation of color #720322: hue angle of 343.24º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720322 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 3 | 34 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.55 |
| HSL | 343.24º | 0.95% | 0.23% | - |
| HSV(B) | 343.24º | 0.97% | 0.45% | - |
| XYZ | 7.26 | 3.76 | 1.86 | - |
| YUV | 39.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 34 | 0 | 0.97 | 0.70 | 0.55 | 343.24 | 0.95 | 0.23 |
| Hex | 72 | 3 | 22 | 0 | 61 | 46 | 37 | 157 | 5F | 17 |
| Octal | 162 | 3 | 42 | 0 | 141 | 106 | 67 | 527 | 137 | 27 |
| Binary | 1110010 | 11 | 100010 | 0 | 1100001 | 1000110 | 110111 | 101010111 | 1011111 | 10111 |
Color Harmonies of #720322
Complementary color
Monochromatic Colors of #720322
Black with #720322
Text Example
Text Example
White with #720322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720322; }
p { color: rgb(114,3,34); }
H1.HeaderClassName
{
color: #720322;
}
.AnyTagClassName
{
color: #720322;
}
</style>
background-color css
<style>
a { background-color: #720322; }
a { background-color: rgb(114,3,34); }
div.DivClassName
{
background-color: #720322;
}
.BgClassName
{
background-color: #720322;
}
</style>
border-color css
<style>
span { border-color: #720322; }
span { border-color: rgb(114,3,34); }
td.TdClassName
{
border-color: #720322;
}
.TagClassName
{
border-color: #720322;
}
</style>