Shades of Burgundy #720929
Tints of Burgundy #720929
RGB
CMYK
RGB Variations
Color information
#720929 (or 0x720929) is known color: Burgundy. HEX triplet: 72, 09 and 29. RGB value is (114,9,41). Sum of RGB (Red+Green+Blue) = 114+9+41=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #720929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720929 is #8DF6D6. Grayscale: #2C2C2C. Windows color (decimal): -9303767 or 2689394. OLE color: 2689394.
HSL color Cylindrical-coordinate representation of color #720929: hue angle of 341.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720929 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 9 | 41 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.55 |
| HSL | 341.71º | 0.85% | 0.24% | - |
| HSV(B) | 341.71º | 0.92% | 0.45% | - |
| XYZ | 7.44 | 3.93 | 2.46 | - |
| YUV | 44.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 41 | 0 | 0.92 | 0.64 | 0.55 | 341.71 | 0.85 | 0.24 |
| Hex | 72 | 9 | 29 | 0 | 5C | 40 | 37 | 156 | 55 | 18 |
| Octal | 162 | 11 | 51 | 0 | 134 | 100 | 67 | 526 | 125 | 30 |
| Binary | 1110010 | 1001 | 101001 | 0 | 1011100 | 1000000 | 110111 | 101010110 | 1010101 | 11000 |
Color Harmonies of #720929
Complementary color
Monochromatic Colors of #720929
Black with #720929
Text Example
Text Example
White with #720929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720929; }
p { color: rgb(114,9,41); }
H1.HeaderClassName
{
color: #720929;
}
.AnyTagClassName
{
color: #720929;
}
</style>
background-color css
<style>
a { background-color: #720929; }
a { background-color: rgb(114,9,41); }
div.DivClassName
{
background-color: #720929;
}
.BgClassName
{
background-color: #720929;
}
</style>
border-color css
<style>
span { border-color: #720929; }
span { border-color: rgb(114,9,41); }
td.TdClassName
{
border-color: #720929;
}
.TagClassName
{
border-color: #720929;
}
</style>