Shades of Burgundy #72010D
Tints of Burgundy #72010D
RGB
CMYK
RGB Variations
Color information
#72010D (or 0x72010D) is known color: Burgundy. HEX triplet: 72, 01 and 0D. RGB value is (114,1,13). Sum of RGB (Red+Green+Blue) = 114+1+13=128 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.06% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 114 - color contains mainly: red. Hex color #72010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72010D is #8DFEF2. Grayscale: #242424. Windows color (decimal): -9305843 or 852338. OLE color: 852338.
HSL color Cylindrical-coordinate representation of color #72010D: hue angle of 353.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72010D is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.55 |
| HSL | 353.63º | 0.98% | 0.23% | - |
| HSV(B) | 353.63º | 0.99% | 0.45% | - |
| XYZ | 7.02 | 3.63 | 0.71 | - |
| YUV | 36.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 13 | 0 | 0.99 | 0.89 | 0.55 | 353.63 | 0.98 | 0.23 |
| Hex | 72 | 1 | D | 0 | 63 | 59 | 37 | 162 | 62 | 17 |
| Octal | 162 | 1 | 15 | 0 | 143 | 131 | 67 | 542 | 142 | 27 |
| Binary | 1110010 | 1 | 1101 | 0 | 1100011 | 1011001 | 110111 | 101100010 | 1100010 | 10111 |
Color Harmonies of #72010D
Complementary color
Monochromatic Colors of #72010D
Black with #72010D
Text Example
Text Example
White with #72010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72010D; }
p { color: rgb(114,1,13); }
H1.HeaderClassName
{
color: #72010D;
}
.AnyTagClassName
{
color: #72010D;
}
</style>
background-color css
<style>
a { background-color: #72010D; }
a { background-color: rgb(114,1,13); }
div.DivClassName
{
background-color: #72010D;
}
.BgClassName
{
background-color: #72010D;
}
</style>
border-color css
<style>
span { border-color: #72010D; }
span { border-color: rgb(114,1,13); }
td.TdClassName
{
border-color: #72010D;
}
.TagClassName
{
border-color: #72010D;
}
</style>