Shades of Burgundy #73092D
Tints of Burgundy #73092D
RGB
CMYK
RGB Variations
Color information
#73092D (or 0x73092D) is known color: Burgundy. HEX triplet: 73, 09 and 2D. RGB value is (115,9,45). Sum of RGB (Red+Green+Blue) = 115+9+45=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #73092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73092D is #8CF6D2. Grayscale: #2C2C2C. Windows color (decimal): -9238227 or 2951539. OLE color: 2951539.
HSL color Cylindrical-coordinate representation of color #73092D: hue angle of 339.62º 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 #73092D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 45 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.55 |
| HSL | 339.62º | 0.85% | 0.24% | - |
| HSV(B) | 339.62º | 0.92% | 0.45% | - |
| XYZ | 7.64 | 4.03 | 2.86 | - |
| YUV | 44.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 45 | 0 | 0.92 | 0.61 | 0.55 | 339.62 | 0.85 | 0.24 |
| Hex | 73 | 9 | 2D | 0 | 5C | 3D | 37 | 154 | 55 | 18 |
| Octal | 163 | 11 | 55 | 0 | 134 | 75 | 67 | 524 | 125 | 30 |
| Binary | 1110011 | 1001 | 101101 | 0 | 1011100 | 111101 | 110111 | 101010100 | 1010101 | 11000 |
Color Harmonies of #73092D
Complementary color
Monochromatic Colors of #73092D
Black with #73092D
Text Example
Text Example
White with #73092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73092D; }
p { color: rgb(115,9,45); }
H1.HeaderClassName
{
color: #73092D;
}
.AnyTagClassName
{
color: #73092D;
}
</style>
background-color css
<style>
a { background-color: #73092D; }
a { background-color: rgb(115,9,45); }
div.DivClassName
{
background-color: #73092D;
}
.BgClassName
{
background-color: #73092D;
}
</style>
border-color css
<style>
span { border-color: #73092D; }
span { border-color: rgb(115,9,45); }
td.TdClassName
{
border-color: #73092D;
}
.TagClassName
{
border-color: #73092D;
}
</style>