Shades of Burgundy #72042C
Tints of Burgundy #72042C
RGB
CMYK
RGB Variations
Color information
#72042C (or 0x72042C) is known color: Burgundy. HEX triplet: 72, 04 and 2C. RGB value is (114,4,44). Sum of RGB (Red+Green+Blue) = 114+4+44=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72042C is #8DFBD3. Grayscale: #292929. Windows color (decimal): -9305044 or 2884722. OLE color: 2884722.
HSL color Cylindrical-coordinate representation of color #72042C: hue angle of 338.18º degrees, saturation: 0.93, 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 #72042C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 44 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.55 |
| HSL | 338.18º | 0.93% | 0.23% | - |
| HSV(B) | 338.18º | 0.96% | 0.45% | - |
| XYZ | 7.44 | 3.85 | 2.73 | - |
| YUV | 41.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 44 | 0 | 0.96 | 0.61 | 0.55 | 338.18 | 0.93 | 0.23 |
| Hex | 72 | 4 | 2C | 0 | 60 | 3D | 37 | 152 | 5D | 17 |
| Octal | 162 | 4 | 54 | 0 | 140 | 75 | 67 | 522 | 135 | 27 |
| Binary | 1110010 | 100 | 101100 | 0 | 1100000 | 111101 | 110111 | 101010010 | 1011101 | 10111 |
Color Harmonies of #72042C
Complementary color
Monochromatic Colors of #72042C
Black with #72042C
Text Example
Text Example
White with #72042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72042C; }
p { color: rgb(114,4,44); }
H1.HeaderClassName
{
color: #72042C;
}
.AnyTagClassName
{
color: #72042C;
}
</style>
background-color css
<style>
a { background-color: #72042C; }
a { background-color: rgb(114,4,44); }
div.DivClassName
{
background-color: #72042C;
}
.BgClassName
{
background-color: #72042C;
}
</style>
border-color css
<style>
span { border-color: #72042C; }
span { border-color: rgb(114,4,44); }
td.TdClassName
{
border-color: #72042C;
}
.TagClassName
{
border-color: #72042C;
}
</style>