Shades of Burgundy #72020B
Tints of Burgundy #72020B
RGB
CMYK
RGB Variations
Color information
#72020B (or 0x72020B) is known color: Burgundy. HEX triplet: 72, 02 and 0B. RGB value is (114,2,11). Sum of RGB (Red+Green+Blue) = 114+2+11=127 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.76% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 114 - color contains mainly: red. Hex color #72020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72020B is #8DFDF4. Grayscale: #242424. Windows color (decimal): -9305589 or 721522. OLE color: 721522.
HSL color Cylindrical-coordinate representation of color #72020B: hue angle of 355.18º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72020B is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.55 |
| HSL | 355.18º | 0.97% | 0.23% | - |
| HSV(B) | 355.18º | 0.98% | 0.45% | - |
| XYZ | 7.02 | 3.64 | 0.65 | - |
| YUV | 36.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 11 | 0 | 0.98 | 0.90 | 0.55 | 355.18 | 0.97 | 0.23 |
| Hex | 72 | 2 | B | 0 | 62 | 5A | 37 | 163 | 61 | 17 |
| Octal | 162 | 2 | 13 | 0 | 142 | 132 | 67 | 543 | 141 | 27 |
| Binary | 1110010 | 10 | 1011 | 0 | 1100010 | 1011010 | 110111 | 101100011 | 1100001 | 10111 |
Color Harmonies of #72020B
Complementary color
Monochromatic Colors of #72020B
Black with #72020B
Text Example
Text Example
White with #72020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72020B; }
p { color: rgb(114,2,11); }
H1.HeaderClassName
{
color: #72020B;
}
.AnyTagClassName
{
color: #72020B;
}
</style>
background-color css
<style>
a { background-color: #72020B; }
a { background-color: rgb(114,2,11); }
div.DivClassName
{
background-color: #72020B;
}
.BgClassName
{
background-color: #72020B;
}
</style>
border-color css
<style>
span { border-color: #72020B; }
span { border-color: rgb(114,2,11); }
td.TdClassName
{
border-color: #72020B;
}
.TagClassName
{
border-color: #72020B;
}
</style>