Shades of Burgundy #720A2D
Tints of Burgundy #720A2D
RGB
CMYK
RGB Variations
Color information
#720A2D (or 0x720A2D) is known color: Burgundy. HEX triplet: 72, 0A and 2D. RGB value is (114,10,45). Sum of RGB (Red+Green+Blue) = 114+10+45=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #720A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A2D is #8DF5D2. Grayscale: #2D2D2D. Windows color (decimal): -9303507 or 2951794. OLE color: 2951794.
HSL color Cylindrical-coordinate representation of color #720A2D: hue angle of 339.81º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A2D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 45 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.55 |
| HSL | 339.81º | 0.84% | 0.24% | - |
| HSV(B) | 339.81º | 0.91% | 0.45% | - |
| XYZ | 7.52 | 3.98 | 2.86 | - |
| YUV | 45.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 45 | 0 | 0.91 | 0.61 | 0.55 | 339.81 | 0.84 | 0.24 |
| Hex | 72 | A | 2D | 0 | 5B | 3D | 37 | 154 | 54 | 18 |
| Octal | 162 | 12 | 55 | 0 | 133 | 75 | 67 | 524 | 124 | 30 |
| Binary | 1110010 | 1010 | 101101 | 0 | 1011011 | 111101 | 110111 | 101010100 | 1010100 | 11000 |
Color Harmonies of #720A2D
Complementary color
Monochromatic Colors of #720A2D
Black with #720A2D
Text Example
Text Example
White with #720A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A2D; }
p { color: rgb(114,10,45); }
H1.HeaderClassName
{
color: #720A2D;
}
.AnyTagClassName
{
color: #720A2D;
}
</style>
background-color css
<style>
a { background-color: #720A2D; }
a { background-color: rgb(114,10,45); }
div.DivClassName
{
background-color: #720A2D;
}
.BgClassName
{
background-color: #720A2D;
}
</style>
border-color css
<style>
span { border-color: #720A2D; }
span { border-color: rgb(114,10,45); }
td.TdClassName
{
border-color: #720A2D;
}
.TagClassName
{
border-color: #720A2D;
}
</style>