Shades of Burgundy #72001A
Tints of Burgundy #72001A
RGB
CMYK
RGB Variations
Color information
#72001A (or 0x72001A) is known color: Burgundy. HEX triplet: 72, 00 and 1A. RGB value is (114,0,26). Sum of RGB (Red+Green+Blue) = 114+0+26=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #72001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72001A is #8DFFE5. Grayscale: #252525. Windows color (decimal): -9306086 or 1704050. OLE color: 1704050.
HSL color Cylindrical-coordinate representation of color #72001A: hue angle of 346.32º 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 #72001A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.77 | 0.55 |
| HSL | 346.32º | 1% | 0.22% | - |
| HSV(B) | 346.32º | 1% | 0.45% | - |
| XYZ | 7.13 | 3.65 | 1.31 | - |
| YUV | 37.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 26 | 0 | 1 | 0.77 | 0.55 | 346.32 | 1 | 0.22 |
| Hex | 72 | 0 | 1A | 0 | 64 | 4D | 37 | 15A | 64 | 16 |
| Octal | 162 | 0 | 32 | 0 | 144 | 115 | 67 | 532 | 144 | 26 |
| Binary | 1110010 | 0 | 11010 | 0 | 1100100 | 1001101 | 110111 | 101011010 | 1100100 | 10110 |
Color Harmonies of #72001A
Complementary color
Monochromatic Colors of #72001A
Black with #72001A
Text Example
Text Example
White with #72001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72001A; }
p { color: rgb(114,0,26); }
H1.HeaderClassName
{
color: #72001A;
}
.AnyTagClassName
{
color: #72001A;
}
</style>
background-color css
<style>
a { background-color: #72001A; }
a { background-color: rgb(114,0,26); }
div.DivClassName
{
background-color: #72001A;
}
.BgClassName
{
background-color: #72001A;
}
</style>
border-color css
<style>
span { border-color: #72001A; }
span { border-color: rgb(114,0,26); }
td.TdClassName
{
border-color: #72001A;
}
.TagClassName
{
border-color: #72001A;
}
</style>