Shades of Burgundy #72010B
Tints of Burgundy #72010B
RGB
CMYK
RGB Variations
Color information
#72010B (or 0x72010B) is known color: Burgundy. HEX triplet: 72, 01 and 0B. RGB value is (114,1,11). Sum of RGB (Red+Green+Blue) = 114+1+11=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #72010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72010B is #8DFEF4. Grayscale: #242424. Windows color (decimal): -9305845 or 721266. OLE color: 721266.
HSL color Cylindrical-coordinate representation of color #72010B: hue angle of 354.69º 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 #72010B is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.55 |
| HSL | 354.69º | 0.98% | 0.23% | - |
| HSV(B) | 354.69º | 0.99% | 0.45% | - |
| XYZ | 7.01 | 3.62 | 0.65 | - |
| YUV | 35.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 11 | 0 | 0.99 | 0.90 | 0.55 | 354.69 | 0.98 | 0.23 |
| Hex | 72 | 1 | B | 0 | 63 | 5A | 37 | 163 | 62 | 17 |
| Octal | 162 | 1 | 13 | 0 | 143 | 132 | 67 | 543 | 142 | 27 |
| Binary | 1110010 | 1 | 1011 | 0 | 1100011 | 1011010 | 110111 | 101100011 | 1100010 | 10111 |
Color Harmonies of #72010B
Complementary color
Monochromatic Colors of #72010B
Black with #72010B
Text Example
Text Example
White with #72010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72010B; }
p { color: rgb(114,1,11); }
H1.HeaderClassName
{
color: #72010B;
}
.AnyTagClassName
{
color: #72010B;
}
</style>
background-color css
<style>
a { background-color: #72010B; }
a { background-color: rgb(114,1,11); }
div.DivClassName
{
background-color: #72010B;
}
.BgClassName
{
background-color: #72010B;
}
</style>
border-color css
<style>
span { border-color: #72010B; }
span { border-color: rgb(114,1,11); }
td.TdClassName
{
border-color: #72010B;
}
.TagClassName
{
border-color: #72010B;
}
</style>