Shades of Burgundy #72011F
Tints of Burgundy #72011F
RGB
CMYK
RGB Variations
Color information
#72011F (or 0x72011F) is known color: Burgundy. HEX triplet: 72, 01 and 1F. RGB value is (114,1,31). Sum of RGB (Red+Green+Blue) = 114+1+31=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72011F is #8DFEE0. Grayscale: #262626. Windows color (decimal): -9305825 or 2031986. OLE color: 2031986.
HSL color Cylindrical-coordinate representation of color #72011F: hue angle of 344.07º 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 #72011F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.55 |
| HSL | 344.07º | 0.98% | 0.23% | - |
| HSV(B) | 344.07º | 0.99% | 0.45% | - |
| XYZ | 7.2 | 3.7 | 1.63 | - |
| YUV | 38.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 31 | 0 | 0.99 | 0.73 | 0.55 | 344.07 | 0.98 | 0.23 |
| Hex | 72 | 1 | 1F | 0 | 63 | 49 | 37 | 158 | 62 | 17 |
| Octal | 162 | 1 | 37 | 0 | 143 | 111 | 67 | 530 | 142 | 27 |
| Binary | 1110010 | 1 | 11111 | 0 | 1100011 | 1001001 | 110111 | 101011000 | 1100010 | 10111 |
Color Harmonies of #72011F
Complementary color
Monochromatic Colors of #72011F
Black with #72011F
Text Example
Text Example
White with #72011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72011F; }
p { color: rgb(114,1,31); }
H1.HeaderClassName
{
color: #72011F;
}
.AnyTagClassName
{
color: #72011F;
}
</style>
background-color css
<style>
a { background-color: #72011F; }
a { background-color: rgb(114,1,31); }
div.DivClassName
{
background-color: #72011F;
}
.BgClassName
{
background-color: #72011F;
}
</style>
border-color css
<style>
span { border-color: #72011F; }
span { border-color: rgb(114,1,31); }
td.TdClassName
{
border-color: #72011F;
}
.TagClassName
{
border-color: #72011F;
}
</style>