Shades of Burgundy #720B2F
Tints of Burgundy #720B2F
RGB
CMYK
RGB Variations
Color information
#720B2F (or 0x720B2F) is known color: Burgundy. HEX triplet: 72, 0B and 2F. RGB value is (114,11,47). Sum of RGB (Red+Green+Blue) = 114+11+47=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #720B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B2F is #8DF4D0. Grayscale: #2D2D2D. Windows color (decimal): -9303249 or 3083122. OLE color: 3083122.
HSL color Cylindrical-coordinate representation of color #720B2F: hue angle of 339.03º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B2F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 47 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.55 |
| HSL | 339.03º | 0.82% | 0.25% | - |
| HSV(B) | 339.03º | 0.9% | 0.45% | - |
| XYZ | 7.57 | 4.02 | 3.07 | - |
| YUV | 45.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 47 | 0 | 0.90 | 0.59 | 0.55 | 339.03 | 0.82 | 0.25 |
| Hex | 72 | B | 2F | 0 | 5A | 3B | 37 | 153 | 52 | 19 |
| Octal | 162 | 13 | 57 | 0 | 132 | 73 | 67 | 523 | 122 | 31 |
| Binary | 1110010 | 1011 | 101111 | 0 | 1011010 | 111011 | 110111 | 101010011 | 1010010 | 11001 |
Color Harmonies of #720B2F
Complementary color
Monochromatic Colors of #720B2F
Black with #720B2F
Text Example
Text Example
White with #720B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B2F; }
p { color: rgb(114,11,47); }
H1.HeaderClassName
{
color: #720B2F;
}
.AnyTagClassName
{
color: #720B2F;
}
</style>
background-color css
<style>
a { background-color: #720B2F; }
a { background-color: rgb(114,11,47); }
div.DivClassName
{
background-color: #720B2F;
}
.BgClassName
{
background-color: #720B2F;
}
</style>
border-color css
<style>
span { border-color: #720B2F; }
span { border-color: rgb(114,11,47); }
td.TdClassName
{
border-color: #720B2F;
}
.TagClassName
{
border-color: #720B2F;
}
</style>