Shades of Burgundy #73031A
Tints of Burgundy #73031A
RGB
CMYK
RGB Variations
Color information
#73031A (or 0x73031A) is known color: Burgundy. HEX triplet: 73, 03 and 1A. RGB value is (115,3,26). Sum of RGB (Red+Green+Blue) = 115+3+26=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #73031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73031A is #8CFCE5. Grayscale: #272727. Windows color (decimal): -9239782 or 1704819. OLE color: 1704819.
HSL color Cylindrical-coordinate representation of color #73031A: hue angle of 347.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73031A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 26 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.55 |
| HSL | 347.68º | 0.95% | 0.23% | - |
| HSV(B) | 347.68º | 0.97% | 0.45% | - |
| XYZ | 7.29 | 3.78 | 1.32 | - |
| YUV | 39.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 26 | 0 | 0.97 | 0.77 | 0.55 | 347.68 | 0.95 | 0.23 |
| Hex | 73 | 3 | 1A | 0 | 61 | 4D | 37 | 15C | 5F | 17 |
| Octal | 163 | 3 | 32 | 0 | 141 | 115 | 67 | 534 | 137 | 27 |
| Binary | 1110011 | 11 | 11010 | 0 | 1100001 | 1001101 | 110111 | 101011100 | 1011111 | 10111 |
Color Harmonies of #73031A
Complementary color
Monochromatic Colors of #73031A
Black with #73031A
Text Example
Text Example
White with #73031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73031A; }
p { color: rgb(115,3,26); }
H1.HeaderClassName
{
color: #73031A;
}
.AnyTagClassName
{
color: #73031A;
}
</style>
background-color css
<style>
a { background-color: #73031A; }
a { background-color: rgb(115,3,26); }
div.DivClassName
{
background-color: #73031A;
}
.BgClassName
{
background-color: #73031A;
}
</style>
border-color css
<style>
span { border-color: #73031A; }
span { border-color: rgb(115,3,26); }
td.TdClassName
{
border-color: #73031A;
}
.TagClassName
{
border-color: #73031A;
}
</style>