Shades of Burgundy #72081B
Tints of Burgundy #72081B
RGB
CMYK
RGB Variations
Color information
#72081B (or 0x72081B) is known color: Burgundy. HEX triplet: 72, 08 and 1B. RGB value is (114,8,27). Sum of RGB (Red+Green+Blue) = 114+8+27=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72081B is #8DF7E4. Grayscale: #292929. Windows color (decimal): -9304037 or 1771634. OLE color: 1771634.
HSL color Cylindrical-coordinate representation of color #72081B: hue angle of 349.25º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72081B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 8 | 27 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.55 |
| HSL | 349.25º | 0.87% | 0.24% | - |
| HSV(B) | 349.25º | 0.93% | 0.45% | - |
| XYZ | 7.22 | 3.83 | 1.4 | - |
| YUV | 41.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 27 | 0 | 0.93 | 0.76 | 0.55 | 349.25 | 0.87 | 0.24 |
| Hex | 72 | 8 | 1B | 0 | 5D | 4C | 37 | 15D | 57 | 18 |
| Octal | 162 | 10 | 33 | 0 | 135 | 114 | 67 | 535 | 127 | 30 |
| Binary | 1110010 | 1000 | 11011 | 0 | 1011101 | 1001100 | 110111 | 101011101 | 1010111 | 11000 |
Color Harmonies of #72081B
Complementary color
Monochromatic Colors of #72081B
Black with #72081B
Text Example
Text Example
White with #72081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72081B; }
p { color: rgb(114,8,27); }
H1.HeaderClassName
{
color: #72081B;
}
.AnyTagClassName
{
color: #72081B;
}
</style>
background-color css
<style>
a { background-color: #72081B; }
a { background-color: rgb(114,8,27); }
div.DivClassName
{
background-color: #72081B;
}
.BgClassName
{
background-color: #72081B;
}
</style>
border-color css
<style>
span { border-color: #72081B; }
span { border-color: rgb(114,8,27); }
td.TdClassName
{
border-color: #72081B;
}
.TagClassName
{
border-color: #72081B;
}
</style>