Shades of Burgundy #73091F
Tints of Burgundy #73091F
RGB
CMYK
RGB Variations
Color information
#73091F (or 0x73091F) is known color: Burgundy. HEX triplet: 73, 09 and 1F. RGB value is (115,9,31). Sum of RGB (Red+Green+Blue) = 115+9+31=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #73091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73091F is #8CF6E0. Grayscale: #2B2B2B. Windows color (decimal): -9238241 or 2034035. OLE color: 2034035.
HSL color Cylindrical-coordinate representation of color #73091F: hue angle of 347.55º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73091F is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 31 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.55 |
| HSL | 347.55º | 0.85% | 0.24% | - |
| HSV(B) | 347.55º | 0.92% | 0.45% | - |
| XYZ | 7.42 | 3.94 | 1.67 | - |
| YUV | 43.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 31 | 0 | 0.92 | 0.73 | 0.55 | 347.55 | 0.85 | 0.24 |
| Hex | 73 | 9 | 1F | 0 | 5C | 49 | 37 | 15C | 55 | 18 |
| Octal | 163 | 11 | 37 | 0 | 134 | 111 | 67 | 534 | 125 | 30 |
| Binary | 1110011 | 1001 | 11111 | 0 | 1011100 | 1001001 | 110111 | 101011100 | 1010101 | 11000 |
Color Harmonies of #73091F
Complementary color
Monochromatic Colors of #73091F
Black with #73091F
Text Example
Text Example
White with #73091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73091F; }
p { color: rgb(115,9,31); }
H1.HeaderClassName
{
color: #73091F;
}
.AnyTagClassName
{
color: #73091F;
}
</style>
background-color css
<style>
a { background-color: #73091F; }
a { background-color: rgb(115,9,31); }
div.DivClassName
{
background-color: #73091F;
}
.BgClassName
{
background-color: #73091F;
}
</style>
border-color css
<style>
span { border-color: #73091F; }
span { border-color: rgb(115,9,31); }
td.TdClassName
{
border-color: #73091F;
}
.TagClassName
{
border-color: #73091F;
}
</style>