Shades of Burgundy #720B2A
Tints of Burgundy #720B2A
RGB
CMYK
RGB Variations
Color information
#720B2A (or 0x720B2A) is known color: Burgundy. HEX triplet: 72, 0B and 2A. RGB value is (114,11,42). Sum of RGB (Red+Green+Blue) = 114+11+42=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #720B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B2A is #8DF4D5. Grayscale: #2D2D2D. Windows color (decimal): -9303254 or 2755442. OLE color: 2755442.
HSL color Cylindrical-coordinate representation of color #720B2A: hue angle of 341.94º 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 #720B2A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 42 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.55 |
| HSL | 341.94º | 0.82% | 0.25% | - |
| HSV(B) | 341.94º | 0.9% | 0.45% | - |
| XYZ | 7.48 | 3.98 | 2.57 | - |
| YUV | 45.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 42 | 0 | 0.90 | 0.63 | 0.55 | 341.94 | 0.82 | 0.25 |
| Hex | 72 | B | 2A | 0 | 5A | 3F | 37 | 156 | 52 | 19 |
| Octal | 162 | 13 | 52 | 0 | 132 | 77 | 67 | 526 | 122 | 31 |
| Binary | 1110010 | 1011 | 101010 | 0 | 1011010 | 111111 | 110111 | 101010110 | 1010010 | 11001 |
Color Harmonies of #720B2A
Complementary color
Monochromatic Colors of #720B2A
Black with #720B2A
Text Example
Text Example
White with #720B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B2A; }
p { color: rgb(114,11,42); }
H1.HeaderClassName
{
color: #720B2A;
}
.AnyTagClassName
{
color: #720B2A;
}
</style>
background-color css
<style>
a { background-color: #720B2A; }
a { background-color: rgb(114,11,42); }
div.DivClassName
{
background-color: #720B2A;
}
.BgClassName
{
background-color: #720B2A;
}
</style>
border-color css
<style>
span { border-color: #720B2A; }
span { border-color: rgb(114,11,42); }
td.TdClassName
{
border-color: #720B2A;
}
.TagClassName
{
border-color: #720B2A;
}
</style>