Shades of Burgundy #72051E
Tints of Burgundy #72051E
RGB
CMYK
RGB Variations
Color information
#72051E (or 0x72051E) is known color: Burgundy. HEX triplet: 72, 05 and 1E. RGB value is (114,5,30). Sum of RGB (Red+Green+Blue) = 114+5+30=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72051E is #8DFAE1. Grayscale: #282828. Windows color (decimal): -9304802 or 1967474. OLE color: 1967474.
HSL color Cylindrical-coordinate representation of color #72051E: hue angle of 346.24º 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 #72051E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.55 |
| HSL | 346.24º | 0.92% | 0.23% | - |
| HSV(B) | 346.24º | 0.96% | 0.45% | - |
| XYZ | 7.23 | 3.78 | 1.58 | - |
| YUV | 40.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 30 | 0 | 0.96 | 0.74 | 0.55 | 346.24 | 0.92 | 0.23 |
| Hex | 72 | 5 | 1E | 0 | 60 | 4A | 37 | 15A | 5C | 17 |
| Octal | 162 | 5 | 36 | 0 | 140 | 112 | 67 | 532 | 134 | 27 |
| Binary | 1110010 | 101 | 11110 | 0 | 1100000 | 1001010 | 110111 | 101011010 | 1011100 | 10111 |
Color Harmonies of #72051E
Complementary color
Monochromatic Colors of #72051E
Black with #72051E
Text Example
Text Example
White with #72051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72051E; }
p { color: rgb(114,5,30); }
H1.HeaderClassName
{
color: #72051E;
}
.AnyTagClassName
{
color: #72051E;
}
</style>
background-color css
<style>
a { background-color: #72051E; }
a { background-color: rgb(114,5,30); }
div.DivClassName
{
background-color: #72051E;
}
.BgClassName
{
background-color: #72051E;
}
</style>
border-color css
<style>
span { border-color: #72051E; }
span { border-color: rgb(114,5,30); }
td.TdClassName
{
border-color: #72051E;
}
.TagClassName
{
border-color: #72051E;
}
</style>