Shades of Burgundy #72090B
Tints of Burgundy #72090B
RGB
CMYK
RGB Variations
Color information
#72090B (or 0x72090B) is known color: Burgundy. HEX triplet: 72, 09 and 0B. RGB value is (114,9,11). Sum of RGB (Red+Green+Blue) = 114+9+11=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #72090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72090B is #8DF6F4. Grayscale: #282828. Windows color (decimal): -9303797 or 723314. OLE color: 723314.
HSL color Cylindrical-coordinate representation of color #72090B: hue angle of 358.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 #72090B is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 9 | 11 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.55 |
| HSL | 358.86º | 0.85% | 0.24% | - |
| HSV(B) | 358.86º | 0.92% | 0.45% | - |
| XYZ | 7.1 | 3.8 | 0.68 | - |
| YUV | 40.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 11 | 0 | 0.92 | 0.90 | 0.55 | 358.86 | 0.85 | 0.24 |
| Hex | 72 | 9 | B | 0 | 5C | 5A | 37 | 167 | 55 | 18 |
| Octal | 162 | 11 | 13 | 0 | 134 | 132 | 67 | 547 | 125 | 30 |
| Binary | 1110010 | 1001 | 1011 | 0 | 1011100 | 1011010 | 110111 | 101100111 | 1010101 | 11000 |
Color Harmonies of #72090B
Complementary color
Monochromatic Colors of #72090B
Black with #72090B
Text Example
Text Example
White with #72090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72090B; }
p { color: rgb(114,9,11); }
H1.HeaderClassName
{
color: #72090B;
}
.AnyTagClassName
{
color: #72090B;
}
</style>
background-color css
<style>
a { background-color: #72090B; }
a { background-color: rgb(114,9,11); }
div.DivClassName
{
background-color: #72090B;
}
.BgClassName
{
background-color: #72090B;
}
</style>
border-color css
<style>
span { border-color: #72090B; }
span { border-color: rgb(114,9,11); }
td.TdClassName
{
border-color: #72090B;
}
.TagClassName
{
border-color: #72090B;
}
</style>