Shades of Burgundy #73081F
Tints of Burgundy #73081F
RGB
CMYK
RGB Variations
Color information
#73081F (or 0x73081F) is known color: Burgundy. HEX triplet: 73, 08 and 1F. RGB value is (115,8,31). Sum of RGB (Red+Green+Blue) = 115+8+31=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #73081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73081F is #8CF7E0. Grayscale: #2A2A2A. Windows color (decimal): -9238497 or 2033779. OLE color: 2033779.
HSL color Cylindrical-coordinate representation of color #73081F: hue angle of 347.1º 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 #73081F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 31 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.55 |
| HSL | 347.1º | 0.87% | 0.24% | - |
| HSV(B) | 347.1º | 0.93% | 0.45% | - |
| XYZ | 7.4 | 3.92 | 1.66 | - |
| YUV | 42.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 31 | 0 | 0.93 | 0.73 | 0.55 | 347.1 | 0.87 | 0.24 |
| Hex | 73 | 8 | 1F | 0 | 5D | 49 | 37 | 15B | 57 | 18 |
| Octal | 163 | 10 | 37 | 0 | 135 | 111 | 67 | 533 | 127 | 30 |
| Binary | 1110011 | 1000 | 11111 | 0 | 1011101 | 1001001 | 110111 | 101011011 | 1010111 | 11000 |
Color Harmonies of #73081F
Complementary color
Monochromatic Colors of #73081F
Black with #73081F
Text Example
Text Example
White with #73081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73081F; }
p { color: rgb(115,8,31); }
H1.HeaderClassName
{
color: #73081F;
}
.AnyTagClassName
{
color: #73081F;
}
</style>
background-color css
<style>
a { background-color: #73081F; }
a { background-color: rgb(115,8,31); }
div.DivClassName
{
background-color: #73081F;
}
.BgClassName
{
background-color: #73081F;
}
</style>
border-color css
<style>
span { border-color: #73081F; }
span { border-color: rgb(115,8,31); }
td.TdClassName
{
border-color: #73081F;
}
.TagClassName
{
border-color: #73081F;
}
</style>