Shades of Burgundy #72020D
Tints of Burgundy #72020D
RGB
CMYK
RGB Variations
Color information
#72020D (or 0x72020D) is known color: Burgundy. HEX triplet: 72, 02 and 0D. RGB value is (114,2,13). Sum of RGB (Red+Green+Blue) = 114+2+13=129 (17% of max value = 765). Red value is 114 (44.92% from 255 or 88.37% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 114 - color contains mainly: red. Hex color #72020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72020D is #8DFDF2. Grayscale: #242424. Windows color (decimal): -9305587 or 852594. OLE color: 852594.
HSL color Cylindrical-coordinate representation of color #72020D: hue angle of 354.11º 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 #72020D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.55 |
| HSL | 354.11º | 0.97% | 0.23% | - |
| HSV(B) | 354.11º | 0.98% | 0.45% | - |
| XYZ | 7.03 | 3.65 | 0.71 | - |
| YUV | 36.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 13 | 0 | 0.98 | 0.89 | 0.55 | 354.11 | 0.97 | 0.23 |
| Hex | 72 | 2 | D | 0 | 62 | 59 | 37 | 162 | 61 | 17 |
| Octal | 162 | 2 | 15 | 0 | 142 | 131 | 67 | 542 | 141 | 27 |
| Binary | 1110010 | 10 | 1101 | 0 | 1100010 | 1011001 | 110111 | 101100010 | 1100001 | 10111 |
Color Harmonies of #72020D
Complementary color
Monochromatic Colors of #72020D
Black with #72020D
Text Example
Text Example
White with #72020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72020D; }
p { color: rgb(114,2,13); }
H1.HeaderClassName
{
color: #72020D;
}
.AnyTagClassName
{
color: #72020D;
}
</style>
background-color css
<style>
a { background-color: #72020D; }
a { background-color: rgb(114,2,13); }
div.DivClassName
{
background-color: #72020D;
}
.BgClassName
{
background-color: #72020D;
}
</style>
border-color css
<style>
span { border-color: #72020D; }
span { border-color: rgb(114,2,13); }
td.TdClassName
{
border-color: #72020D;
}
.TagClassName
{
border-color: #72020D;
}
</style>