Shades of Burgundy #72022C
Tints of Burgundy #72022C
RGB
CMYK
RGB Variations
Color information
#72022C (or 0x72022C) is known color: Burgundy. HEX triplet: 72, 02 and 2C. RGB value is (114,2,44). Sum of RGB (Red+Green+Blue) = 114+2+44=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72022C is #8DFDD3. Grayscale: #282828. Windows color (decimal): -9305556 or 2884210. OLE color: 2884210.
HSL color Cylindrical-coordinate representation of color #72022C: hue angle of 337.5º 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 #72022C is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 44 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.55 |
| HSL | 337.5º | 0.97% | 0.23% | - |
| HSV(B) | 337.5º | 0.98% | 0.45% | - |
| XYZ | 7.42 | 3.8 | 2.73 | - |
| YUV | 40.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 44 | 0 | 0.98 | 0.61 | 0.55 | 337.5 | 0.97 | 0.23 |
| Hex | 72 | 2 | 2C | 0 | 62 | 3D | 37 | 152 | 61 | 17 |
| Octal | 162 | 2 | 54 | 0 | 142 | 75 | 67 | 522 | 141 | 27 |
| Binary | 1110010 | 10 | 101100 | 0 | 1100010 | 111101 | 110111 | 101010010 | 1100001 | 10111 |
Color Harmonies of #72022C
Complementary color
Monochromatic Colors of #72022C
Black with #72022C
Text Example
Text Example
White with #72022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72022C; }
p { color: rgb(114,2,44); }
H1.HeaderClassName
{
color: #72022C;
}
.AnyTagClassName
{
color: #72022C;
}
</style>
background-color css
<style>
a { background-color: #72022C; }
a { background-color: rgb(114,2,44); }
div.DivClassName
{
background-color: #72022C;
}
.BgClassName
{
background-color: #72022C;
}
</style>
border-color css
<style>
span { border-color: #72022C; }
span { border-color: rgb(114,2,44); }
td.TdClassName
{
border-color: #72022C;
}
.TagClassName
{
border-color: #72022C;
}
</style>