Shades of Burgundy #72012C
Tints of Burgundy #72012C
RGB
CMYK
RGB Variations
Color information
#72012C (or 0x72012C) is known color: Burgundy. HEX triplet: 72, 01 and 2C. RGB value is (114,1,44). Sum of RGB (Red+Green+Blue) = 114+1+44=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #72012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72012C is #8DFED3. Grayscale: #272727. Windows color (decimal): -9305812 or 2883954. OLE color: 2883954.
HSL color Cylindrical-coordinate representation of color #72012C: hue angle of 337.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72012C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.55 |
| HSL | 337.17º | 0.98% | 0.23% | - |
| HSV(B) | 337.17º | 0.99% | 0.45% | - |
| XYZ | 7.4 | 3.78 | 2.72 | - |
| YUV | 39.69 | 130.44 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 44 | 0 | 0.99 | 0.61 | 0.55 | 337.17 | 0.98 | 0.23 |
| Hex | 72 | 1 | 2C | 0 | 63 | 3D | 37 | 151 | 62 | 17 |
| Octal | 162 | 1 | 54 | 0 | 143 | 75 | 67 | 521 | 142 | 27 |
| Binary | 1110010 | 1 | 101100 | 0 | 1100011 | 111101 | 110111 | 101010001 | 1100010 | 10111 |
Color Harmonies of #72012C
Complementary color
Monochromatic Colors of #72012C
Black with #72012C
Text Example
Text Example
White with #72012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72012C; }
p { color: rgb(114,1,44); }
H1.HeaderClassName
{
color: #72012C;
}
.AnyTagClassName
{
color: #72012C;
}
</style>
background-color css
<style>
a { background-color: #72012C; }
a { background-color: rgb(114,1,44); }
div.DivClassName
{
background-color: #72012C;
}
.BgClassName
{
background-color: #72012C;
}
</style>
border-color css
<style>
span { border-color: #72012C; }
span { border-color: rgb(114,1,44); }
td.TdClassName
{
border-color: #72012C;
}
.TagClassName
{
border-color: #72012C;
}
</style>