Shades of Burgundy #73082E
Tints of Burgundy #73082E
RGB
CMYK
RGB Variations
Color information
#73082E (or 0x73082E) is known color: Burgundy. HEX triplet: 73, 08 and 2E. RGB value is (115,8,46). Sum of RGB (Red+Green+Blue) = 115+8+46=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #73082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73082E is #8CF7D1. Grayscale: #2C2C2C. Windows color (decimal): -9238482 or 3016819. OLE color: 3016819.
HSL color Cylindrical-coordinate representation of color #73082E: hue angle of 338.69º 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 #73082E is Cyan = 0, Magento = 0.93, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 46 | - |
| CMYK | 0 | 0.93 | 0.6 | 0.55 |
| HSL | 338.69º | 0.87% | 0.24% | - |
| HSV(B) | 338.69º | 0.93% | 0.45% | - |
| XYZ | 7.65 | 4.02 | 2.96 | - |
| YUV | 44.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 46 | 0 | 0.93 | 0.6 | 0.55 | 338.69 | 0.87 | 0.24 |
| Hex | 73 | 8 | 2E | 0 | 5D | 3C | 37 | 153 | 57 | 18 |
| Octal | 163 | 10 | 56 | 0 | 135 | 74 | 67 | 523 | 127 | 30 |
| Binary | 1110011 | 1000 | 101110 | 0 | 1011101 | 111100 | 110111 | 101010011 | 1010111 | 11000 |
Color Harmonies of #73082E
Complementary color
Monochromatic Colors of #73082E
Black with #73082E
Text Example
Text Example
White with #73082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73082E; }
p { color: rgb(115,8,46); }
H1.HeaderClassName
{
color: #73082E;
}
.AnyTagClassName
{
color: #73082E;
}
</style>
background-color css
<style>
a { background-color: #73082E; }
a { background-color: rgb(115,8,46); }
div.DivClassName
{
background-color: #73082E;
}
.BgClassName
{
background-color: #73082E;
}
</style>
border-color css
<style>
span { border-color: #73082E; }
span { border-color: rgb(115,8,46); }
td.TdClassName
{
border-color: #73082E;
}
.TagClassName
{
border-color: #73082E;
}
</style>