Shades of Burgundy #72080B
Tints of Burgundy #72080B
RGB
CMYK
RGB Variations
Color information
#72080B (or 0x72080B) is known color: Burgundy. HEX triplet: 72, 08 and 0B. RGB value is (114,8,11). Sum of RGB (Red+Green+Blue) = 114+8+11=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #72080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72080B is #8DF7F4. Grayscale: #282828. Windows color (decimal): -9304053 or 723058. OLE color: 723058.
HSL color Cylindrical-coordinate representation of color #72080B: hue angle of 358.3º 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 #72080B is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 8 | 11 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.55 |
| HSL | 358.3º | 0.87% | 0.24% | - |
| HSV(B) | 358.3º | 0.93% | 0.45% | - |
| XYZ | 7.09 | 3.78 | 0.67 | - |
| YUV | 40.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 11 | 0 | 0.93 | 0.90 | 0.55 | 358.3 | 0.87 | 0.24 |
| Hex | 72 | 8 | B | 0 | 5D | 5A | 37 | 166 | 57 | 18 |
| Octal | 162 | 10 | 13 | 0 | 135 | 132 | 67 | 546 | 127 | 30 |
| Binary | 1110010 | 1000 | 1011 | 0 | 1011101 | 1011010 | 110111 | 101100110 | 1010111 | 11000 |
Color Harmonies of #72080B
Complementary color
Monochromatic Colors of #72080B
Black with #72080B
Text Example
Text Example
White with #72080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72080B; }
p { color: rgb(114,8,11); }
H1.HeaderClassName
{
color: #72080B;
}
.AnyTagClassName
{
color: #72080B;
}
</style>
background-color css
<style>
a { background-color: #72080B; }
a { background-color: rgb(114,8,11); }
div.DivClassName
{
background-color: #72080B;
}
.BgClassName
{
background-color: #72080B;
}
</style>
border-color css
<style>
span { border-color: #72080B; }
span { border-color: rgb(114,8,11); }
td.TdClassName
{
border-color: #72080B;
}
.TagClassName
{
border-color: #72080B;
}
</style>