Shades of Burgundy #72011D
Tints of Burgundy #72011D
RGB
CMYK
RGB Variations
Color information
#72011D (or 0x72011D) is known color: Burgundy. HEX triplet: 72, 01 and 1D. RGB value is (114,1,29). Sum of RGB (Red+Green+Blue) = 114+1+29=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72011D is #8DFEE2. Grayscale: #252525. Windows color (decimal): -9305827 or 1900914. OLE color: 1900914.
HSL color Cylindrical-coordinate representation of color #72011D: hue angle of 345.13º 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 #72011D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.55 |
| HSL | 345.13º | 0.98% | 0.23% | - |
| HSV(B) | 345.13º | 0.99% | 0.45% | - |
| XYZ | 7.17 | 3.69 | 1.5 | - |
| YUV | 37.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 29 | 0 | 0.99 | 0.75 | 0.55 | 345.13 | 0.98 | 0.23 |
| Hex | 72 | 1 | 1D | 0 | 63 | 4B | 37 | 159 | 62 | 17 |
| Octal | 162 | 1 | 35 | 0 | 143 | 113 | 67 | 531 | 142 | 27 |
| Binary | 1110010 | 1 | 11101 | 0 | 1100011 | 1001011 | 110111 | 101011001 | 1100010 | 10111 |
Color Harmonies of #72011D
Complementary color
Monochromatic Colors of #72011D
Black with #72011D
Text Example
Text Example
White with #72011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72011D; }
p { color: rgb(114,1,29); }
H1.HeaderClassName
{
color: #72011D;
}
.AnyTagClassName
{
color: #72011D;
}
</style>
background-color css
<style>
a { background-color: #72011D; }
a { background-color: rgb(114,1,29); }
div.DivClassName
{
background-color: #72011D;
}
.BgClassName
{
background-color: #72011D;
}
</style>
border-color css
<style>
span { border-color: #72011D; }
span { border-color: rgb(114,1,29); }
td.TdClassName
{
border-color: #72011D;
}
.TagClassName
{
border-color: #72011D;
}
</style>