Shades of Burgundy #72021A
Tints of Burgundy #72021A
RGB
CMYK
RGB Variations
Color information
#72021A (or 0x72021A) is known color: Burgundy. HEX triplet: 72, 02 and 1A. RGB value is (114,2,26). Sum of RGB (Red+Green+Blue) = 114+2+26=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #72021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72021A is #8DFDE5. Grayscale: #262626. Windows color (decimal): -9305574 or 1704562. OLE color: 1704562.
HSL color Cylindrical-coordinate representation of color #72021A: hue angle of 347.14º 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 #72021A is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 26 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.55 |
| HSL | 347.14º | 0.97% | 0.23% | - |
| HSV(B) | 347.14º | 0.98% | 0.45% | - |
| XYZ | 7.15 | 3.7 | 1.31 | - |
| YUV | 38.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 26 | 0 | 0.98 | 0.77 | 0.55 | 347.14 | 0.97 | 0.23 |
| Hex | 72 | 2 | 1A | 0 | 62 | 4D | 37 | 15B | 61 | 17 |
| Octal | 162 | 2 | 32 | 0 | 142 | 115 | 67 | 533 | 141 | 27 |
| Binary | 1110010 | 10 | 11010 | 0 | 1100010 | 1001101 | 110111 | 101011011 | 1100001 | 10111 |
Color Harmonies of #72021A
Complementary color
Monochromatic Colors of #72021A
Black with #72021A
Text Example
Text Example
White with #72021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72021A; }
p { color: rgb(114,2,26); }
H1.HeaderClassName
{
color: #72021A;
}
.AnyTagClassName
{
color: #72021A;
}
</style>
background-color css
<style>
a { background-color: #72021A; }
a { background-color: rgb(114,2,26); }
div.DivClassName
{
background-color: #72021A;
}
.BgClassName
{
background-color: #72021A;
}
</style>
border-color css
<style>
span { border-color: #72021A; }
span { border-color: rgb(114,2,26); }
td.TdClassName
{
border-color: #72021A;
}
.TagClassName
{
border-color: #72021A;
}
</style>