Shades of Burgundy #73072F
Tints of Burgundy #73072F
RGB
CMYK
RGB Variations
Color information
#73072F (or 0x73072F) is known color: Burgundy. HEX triplet: 73, 07 and 2F. RGB value is (115,7,47). Sum of RGB (Red+Green+Blue) = 115+7+47=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #73072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73072F is #8CF8D0. Grayscale: #2B2B2B. Windows color (decimal): -9238737 or 3082099. OLE color: 3082099.
HSL color Cylindrical-coordinate representation of color #73072F: hue angle of 337.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73072F is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 47 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.55 |
| HSL | 337.78º | 0.89% | 0.24% | - |
| HSV(B) | 337.78º | 0.94% | 0.45% | - |
| XYZ | 7.66 | 4 | 3.06 | - |
| YUV | 43.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 47 | 0 | 0.94 | 0.59 | 0.55 | 337.78 | 0.89 | 0.24 |
| Hex | 73 | 7 | 2F | 0 | 5E | 3B | 37 | 152 | 59 | 18 |
| Octal | 163 | 7 | 57 | 0 | 136 | 73 | 67 | 522 | 131 | 30 |
| Binary | 1110011 | 111 | 101111 | 0 | 1011110 | 111011 | 110111 | 101010010 | 1011001 | 11000 |
Color Harmonies of #73072F
Complementary color
Monochromatic Colors of #73072F
Black with #73072F
Text Example
Text Example
White with #73072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73072F; }
p { color: rgb(115,7,47); }
H1.HeaderClassName
{
color: #73072F;
}
.AnyTagClassName
{
color: #73072F;
}
</style>
background-color css
<style>
a { background-color: #73072F; }
a { background-color: rgb(115,7,47); }
div.DivClassName
{
background-color: #73072F;
}
.BgClassName
{
background-color: #73072F;
}
</style>
border-color css
<style>
span { border-color: #73072F; }
span { border-color: rgb(115,7,47); }
td.TdClassName
{
border-color: #73072F;
}
.TagClassName
{
border-color: #73072F;
}
</style>