Shades of Burgundy #72050B
Tints of Burgundy #72050B
RGB
CMYK
RGB Variations
Color information
#72050B (or 0x72050B) is known color: Burgundy. HEX triplet: 72, 05 and 0B. RGB value is (114,5,11). Sum of RGB (Red+Green+Blue) = 114+5+11=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #72050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72050B is #8DFAF4. Grayscale: #262626. Windows color (decimal): -9304821 or 722290. OLE color: 722290.
HSL color Cylindrical-coordinate representation of color #72050B: hue angle of 356.7º degrees, saturation: 0.92, 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 #72050B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 11 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.55 |
| HSL | 356.7º | 0.92% | 0.23% | - |
| HSV(B) | 356.7º | 0.96% | 0.45% | - |
| XYZ | 7.05 | 3.71 | 0.66 | - |
| YUV | 38.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 11 | 0 | 0.96 | 0.90 | 0.55 | 356.7 | 0.92 | 0.23 |
| Hex | 72 | 5 | B | 0 | 60 | 5A | 37 | 165 | 5C | 17 |
| Octal | 162 | 5 | 13 | 0 | 140 | 132 | 67 | 545 | 134 | 27 |
| Binary | 1110010 | 101 | 1011 | 0 | 1100000 | 1011010 | 110111 | 101100101 | 1011100 | 10111 |
Color Harmonies of #72050B
Complementary color
Monochromatic Colors of #72050B
Black with #72050B
Text Example
Text Example
White with #72050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72050B; }
p { color: rgb(114,5,11); }
H1.HeaderClassName
{
color: #72050B;
}
.AnyTagClassName
{
color: #72050B;
}
</style>
background-color css
<style>
a { background-color: #72050B; }
a { background-color: rgb(114,5,11); }
div.DivClassName
{
background-color: #72050B;
}
.BgClassName
{
background-color: #72050B;
}
</style>
border-color css
<style>
span { border-color: #72050B; }
span { border-color: rgb(114,5,11); }
td.TdClassName
{
border-color: #72050B;
}
.TagClassName
{
border-color: #72050B;
}
</style>