Shades of Burgundy #72052B
Tints of Burgundy #72052B
RGB
CMYK
RGB Variations
Color information
#72052B (or 0x72052B) is known color: Burgundy. HEX triplet: 72, 05 and 2B. RGB value is (114,5,43). Sum of RGB (Red+Green+Blue) = 114+5+43=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72052B is #8DFAD4. Grayscale: #292929. Windows color (decimal): -9304789 or 2819442. OLE color: 2819442.
HSL color Cylindrical-coordinate representation of color #72052B: hue angle of 339.08º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72052B is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 43 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.55 |
| HSL | 339.08º | 0.92% | 0.23% | - |
| HSV(B) | 339.08º | 0.96% | 0.45% | - |
| XYZ | 7.43 | 3.86 | 2.64 | - |
| YUV | 41.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 43 | 0 | 0.96 | 0.62 | 0.55 | 339.08 | 0.92 | 0.23 |
| Hex | 72 | 5 | 2B | 0 | 60 | 3E | 37 | 153 | 5C | 17 |
| Octal | 162 | 5 | 53 | 0 | 140 | 76 | 67 | 523 | 134 | 27 |
| Binary | 1110010 | 101 | 101011 | 0 | 1100000 | 111110 | 110111 | 101010011 | 1011100 | 10111 |
Color Harmonies of #72052B
Complementary color
Monochromatic Colors of #72052B
Black with #72052B
Text Example
Text Example
White with #72052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72052B; }
p { color: rgb(114,5,43); }
H1.HeaderClassName
{
color: #72052B;
}
.AnyTagClassName
{
color: #72052B;
}
</style>
background-color css
<style>
a { background-color: #72052B; }
a { background-color: rgb(114,5,43); }
div.DivClassName
{
background-color: #72052B;
}
.BgClassName
{
background-color: #72052B;
}
</style>
border-color css
<style>
span { border-color: #72052B; }
span { border-color: rgb(114,5,43); }
td.TdClassName
{
border-color: #72052B;
}
.TagClassName
{
border-color: #72052B;
}
</style>