Shades of Burgundy #72040B
Tints of Burgundy #72040B
RGB
CMYK
RGB Variations
Color information
#72040B (or 0x72040B) is known color: Burgundy. HEX triplet: 72, 04 and 0B. RGB value is (114,4,11). Sum of RGB (Red+Green+Blue) = 114+4+11=129 (17% of max value = 765). Red value is 114 (44.92% from 255 or 88.37% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 114 - color contains mainly: red. Hex color #72040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72040B is #8DFBF4. Grayscale: #252525. Windows color (decimal): -9305077 or 722034. OLE color: 722034.
HSL color Cylindrical-coordinate representation of color #72040B: hue angle of 356.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72040B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.55 |
| HSL | 356.18º | 0.93% | 0.23% | - |
| HSV(B) | 356.18º | 0.96% | 0.45% | - |
| XYZ | 7.04 | 3.69 | 0.66 | - |
| YUV | 37.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 11 | 0 | 0.96 | 0.90 | 0.55 | 356.18 | 0.93 | 0.23 |
| Hex | 72 | 4 | B | 0 | 60 | 5A | 37 | 164 | 5D | 17 |
| Octal | 162 | 4 | 13 | 0 | 140 | 132 | 67 | 544 | 135 | 27 |
| Binary | 1110010 | 100 | 1011 | 0 | 1100000 | 1011010 | 110111 | 101100100 | 1011101 | 10111 |
Color Harmonies of #72040B
Complementary color
Monochromatic Colors of #72040B
Black with #72040B
Text Example
Text Example
White with #72040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72040B; }
p { color: rgb(114,4,11); }
H1.HeaderClassName
{
color: #72040B;
}
.AnyTagClassName
{
color: #72040B;
}
</style>
background-color css
<style>
a { background-color: #72040B; }
a { background-color: rgb(114,4,11); }
div.DivClassName
{
background-color: #72040B;
}
.BgClassName
{
background-color: #72040B;
}
</style>
border-color css
<style>
span { border-color: #72040B; }
span { border-color: rgb(114,4,11); }
td.TdClassName
{
border-color: #72040B;
}
.TagClassName
{
border-color: #72040B;
}
</style>