Shades of Burgundy #72001B
Tints of Burgundy #72001B
RGB
CMYK
RGB Variations
Color information
#72001B (or 0x72001B) is known color: Burgundy. HEX triplet: 72, 00 and 1B. RGB value is (114,0,27). Sum of RGB (Red+Green+Blue) = 114+0+27=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #72001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72001B is #8DFFE4. Grayscale: #252525. Windows color (decimal): -9306085 or 1769586. OLE color: 1769586.
HSL color Cylindrical-coordinate representation of color #72001B: hue angle of 345.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72001B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.76 | 0.55 |
| HSL | 345.79º | 1% | 0.22% | - |
| HSV(B) | 345.79º | 1% | 0.45% | - |
| XYZ | 7.14 | 3.66 | 1.37 | - |
| YUV | 37.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 27 | 0 | 1 | 0.76 | 0.55 | 345.79 | 1 | 0.22 |
| Hex | 72 | 0 | 1B | 0 | 64 | 4C | 37 | 15A | 64 | 16 |
| Octal | 162 | 0 | 33 | 0 | 144 | 114 | 67 | 532 | 144 | 26 |
| Binary | 1110010 | 0 | 11011 | 0 | 1100100 | 1001100 | 110111 | 101011010 | 1100100 | 10110 |
Color Harmonies of #72001B
Complementary color
Monochromatic Colors of #72001B
Black with #72001B
Text Example
Text Example
White with #72001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72001B; }
p { color: rgb(114,0,27); }
H1.HeaderClassName
{
color: #72001B;
}
.AnyTagClassName
{
color: #72001B;
}
</style>
background-color css
<style>
a { background-color: #72001B; }
a { background-color: rgb(114,0,27); }
div.DivClassName
{
background-color: #72001B;
}
.BgClassName
{
background-color: #72001B;
}
</style>
border-color css
<style>
span { border-color: #72001B; }
span { border-color: rgb(114,0,27); }
td.TdClassName
{
border-color: #72001B;
}
.TagClassName
{
border-color: #72001B;
}
</style>