Shades of Burgundy #720912
Tints of Burgundy #720912
RGB
CMYK
RGB Variations
Color information
#720912 (or 0x720912) is known color: Burgundy. HEX triplet: 72, 09 and 12. RGB value is (114,9,18). Sum of RGB (Red+Green+Blue) = 114+9+18=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #720912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720912 is #8DF6ED. Grayscale: #292929. Windows color (decimal): -9303790 or 1182066. OLE color: 1182066.
HSL color Cylindrical-coordinate representation of color #720912: hue angle of 354.86º 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 #720912 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 9 | 18 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.55 |
| HSL | 354.86º | 0.85% | 0.24% | - |
| HSV(B) | 354.86º | 0.92% | 0.45% | - |
| XYZ | 7.15 | 3.82 | 0.93 | - |
| YUV | 41.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 18 | 0 | 0.92 | 0.84 | 0.55 | 354.86 | 0.85 | 0.24 |
| Hex | 72 | 9 | 12 | 0 | 5C | 54 | 37 | 163 | 55 | 18 |
| Octal | 162 | 11 | 22 | 0 | 134 | 124 | 67 | 543 | 125 | 30 |
| Binary | 1110010 | 1001 | 10010 | 0 | 1011100 | 1010100 | 110111 | 101100011 | 1010101 | 11000 |
Color Harmonies of #720912
Complementary color
Monochromatic Colors of #720912
Black with #720912
Text Example
Text Example
White with #720912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720912; }
p { color: rgb(114,9,18); }
H1.HeaderClassName
{
color: #720912;
}
.AnyTagClassName
{
color: #720912;
}
</style>
background-color css
<style>
a { background-color: #720912; }
a { background-color: rgb(114,9,18); }
div.DivClassName
{
background-color: #720912;
}
.BgClassName
{
background-color: #720912;
}
</style>
border-color css
<style>
span { border-color: #720912; }
span { border-color: rgb(114,9,18); }
td.TdClassName
{
border-color: #720912;
}
.TagClassName
{
border-color: #720912;
}
</style>