Shades of Burgundy #72091A
Tints of Burgundy #72091A
RGB
CMYK
RGB Variations
Color information
#72091A (or 0x72091A) is known color: Burgundy. HEX triplet: 72, 09 and 1A. RGB value is (114,9,26). Sum of RGB (Red+Green+Blue) = 114+9+26=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72091A is #8DF6E5. Grayscale: #2A2A2A. Windows color (decimal): -9303782 or 1706354. OLE color: 1706354.
HSL color Cylindrical-coordinate representation of color #72091A: hue angle of 350.29º 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 #72091A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 9 | 26 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.55 |
| HSL | 350.29º | 0.85% | 0.24% | - |
| HSV(B) | 350.29º | 0.92% | 0.45% | - |
| XYZ | 7.22 | 3.85 | 1.34 | - |
| YUV | 42.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 26 | 0 | 0.92 | 0.77 | 0.55 | 350.29 | 0.85 | 0.24 |
| Hex | 72 | 9 | 1A | 0 | 5C | 4D | 37 | 15E | 55 | 18 |
| Octal | 162 | 11 | 32 | 0 | 134 | 115 | 67 | 536 | 125 | 30 |
| Binary | 1110010 | 1001 | 11010 | 0 | 1011100 | 1001101 | 110111 | 101011110 | 1010101 | 11000 |
Color Harmonies of #72091A
Complementary color
Monochromatic Colors of #72091A
Black with #72091A
Text Example
Text Example
White with #72091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72091A; }
p { color: rgb(114,9,26); }
H1.HeaderClassName
{
color: #72091A;
}
.AnyTagClassName
{
color: #72091A;
}
</style>
background-color css
<style>
a { background-color: #72091A; }
a { background-color: rgb(114,9,26); }
div.DivClassName
{
background-color: #72091A;
}
.BgClassName
{
background-color: #72091A;
}
</style>
border-color css
<style>
span { border-color: #72091A; }
span { border-color: rgb(114,9,26); }
td.TdClassName
{
border-color: #72091A;
}
.TagClassName
{
border-color: #72091A;
}
</style>