Shades of Burgundy #72012A
Tints of Burgundy #72012A
RGB
CMYK
RGB Variations
Color information
#72012A (or 0x72012A) is known color: Burgundy. HEX triplet: 72, 01 and 2A. RGB value is (114,1,42). Sum of RGB (Red+Green+Blue) = 114+1+42=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #72012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72012A is #8DFED5. Grayscale: #272727. Windows color (decimal): -9305814 or 2752882. OLE color: 2752882.
HSL color Cylindrical-coordinate representation of color #72012A: hue angle of 338.23º 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 #72012A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.55 |
| HSL | 338.23º | 0.98% | 0.23% | - |
| HSV(B) | 338.23º | 0.99% | 0.45% | - |
| XYZ | 7.37 | 3.77 | 2.53 | - |
| YUV | 39.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 42 | 0 | 0.99 | 0.63 | 0.55 | 338.23 | 0.98 | 0.23 |
| Hex | 72 | 1 | 2A | 0 | 63 | 3F | 37 | 152 | 62 | 17 |
| Octal | 162 | 1 | 52 | 0 | 143 | 77 | 67 | 522 | 142 | 27 |
| Binary | 1110010 | 1 | 101010 | 0 | 1100011 | 111111 | 110111 | 101010010 | 1100010 | 10111 |
Color Harmonies of #72012A
Complementary color
Monochromatic Colors of #72012A
Black with #72012A
Text Example
Text Example
White with #72012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72012A; }
p { color: rgb(114,1,42); }
H1.HeaderClassName
{
color: #72012A;
}
.AnyTagClassName
{
color: #72012A;
}
</style>
background-color css
<style>
a { background-color: #72012A; }
a { background-color: rgb(114,1,42); }
div.DivClassName
{
background-color: #72012A;
}
.BgClassName
{
background-color: #72012A;
}
</style>
border-color css
<style>
span { border-color: #72012A; }
span { border-color: rgb(114,1,42); }
td.TdClassName
{
border-color: #72012A;
}
.TagClassName
{
border-color: #72012A;
}
</style>