Shades of Burgundy #72020C
Tints of Burgundy #72020C
RGB
CMYK
RGB Variations
Color information
#72020C (or 0x72020C) is known color: Burgundy. HEX triplet: 72, 02 and 0C. RGB value is (114,2,12). Sum of RGB (Red+Green+Blue) = 114+2+12=128 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.06% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 114 - color contains mainly: red. Hex color #72020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72020C is #8DFDF3. Grayscale: #242424. Windows color (decimal): -9305588 or 787058. OLE color: 787058.
HSL color Cylindrical-coordinate representation of color #72020C: hue angle of 354.64º 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 #72020C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.55 |
| HSL | 354.64º | 0.97% | 0.23% | - |
| HSV(B) | 354.64º | 0.98% | 0.45% | - |
| XYZ | 7.03 | 3.65 | 0.68 | - |
| YUV | 36.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 12 | 0 | 0.98 | 0.89 | 0.55 | 354.64 | 0.97 | 0.23 |
| Hex | 72 | 2 | C | 0 | 62 | 59 | 37 | 163 | 61 | 17 |
| Octal | 162 | 2 | 14 | 0 | 142 | 131 | 67 | 543 | 141 | 27 |
| Binary | 1110010 | 10 | 1100 | 0 | 1100010 | 1011001 | 110111 | 101100011 | 1100001 | 10111 |
Color Harmonies of #72020C
Complementary color
Monochromatic Colors of #72020C
Black with #72020C
Text Example
Text Example
White with #72020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72020C; }
p { color: rgb(114,2,12); }
H1.HeaderClassName
{
color: #72020C;
}
.AnyTagClassName
{
color: #72020C;
}
</style>
background-color css
<style>
a { background-color: #72020C; }
a { background-color: rgb(114,2,12); }
div.DivClassName
{
background-color: #72020C;
}
.BgClassName
{
background-color: #72020C;
}
</style>
border-color css
<style>
span { border-color: #72020C; }
span { border-color: rgb(114,2,12); }
td.TdClassName
{
border-color: #72020C;
}
.TagClassName
{
border-color: #72020C;
}
</style>