Shades of Burgundy #72012B
Tints of Burgundy #72012B
RGB
CMYK
RGB Variations
Color information
#72012B (or 0x72012B) is known color: Burgundy. HEX triplet: 72, 01 and 2B. RGB value is (114,1,43). Sum of RGB (Red+Green+Blue) = 114+1+43=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #72012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72012B is #8DFED4. Grayscale: #272727. Windows color (decimal): -9305813 or 2818418. OLE color: 2818418.
HSL color Cylindrical-coordinate representation of color #72012B: hue angle of 337.7º 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 #72012B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.55 |
| HSL | 337.7º | 0.98% | 0.23% | - |
| HSV(B) | 337.7º | 0.99% | 0.45% | - |
| XYZ | 7.39 | 3.77 | 2.62 | - |
| YUV | 39.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 43 | 0 | 0.99 | 0.62 | 0.55 | 337.7 | 0.98 | 0.23 |
| Hex | 72 | 1 | 2B | 0 | 63 | 3E | 37 | 152 | 62 | 17 |
| Octal | 162 | 1 | 53 | 0 | 143 | 76 | 67 | 522 | 142 | 27 |
| Binary | 1110010 | 1 | 101011 | 0 | 1100011 | 111110 | 110111 | 101010010 | 1100010 | 10111 |
Color Harmonies of #72012B
Complementary color
Monochromatic Colors of #72012B
Black with #72012B
Text Example
Text Example
White with #72012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72012B; }
p { color: rgb(114,1,43); }
H1.HeaderClassName
{
color: #72012B;
}
.AnyTagClassName
{
color: #72012B;
}
</style>
background-color css
<style>
a { background-color: #72012B; }
a { background-color: rgb(114,1,43); }
div.DivClassName
{
background-color: #72012B;
}
.BgClassName
{
background-color: #72012B;
}
</style>
border-color css
<style>
span { border-color: #72012B; }
span { border-color: rgb(114,1,43); }
td.TdClassName
{
border-color: #72012B;
}
.TagClassName
{
border-color: #72012B;
}
</style>