Shades of Burgundy #73031B
Tints of Burgundy #73031B
RGB
CMYK
RGB Variations
Color information
#73031B (or 0x73031B) is known color: Burgundy. HEX triplet: 73, 03 and 1B. RGB value is (115,3,27). Sum of RGB (Red+Green+Blue) = 115+3+27=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #73031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73031B is #8CFCE4. Grayscale: #272727. Windows color (decimal): -9239781 or 1770355. OLE color: 1770355.
HSL color Cylindrical-coordinate representation of color #73031B: hue angle of 347.14º 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 #73031B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 27 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.55 |
| HSL | 347.14º | 0.95% | 0.23% | - |
| HSV(B) | 347.14º | 0.97% | 0.45% | - |
| XYZ | 7.3 | 3.79 | 1.38 | - |
| YUV | 39.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 27 | 0 | 0.97 | 0.77 | 0.55 | 347.14 | 0.95 | 0.23 |
| Hex | 73 | 3 | 1B | 0 | 61 | 4D | 37 | 15B | 5F | 17 |
| Octal | 163 | 3 | 33 | 0 | 141 | 115 | 67 | 533 | 137 | 27 |
| Binary | 1110011 | 11 | 11011 | 0 | 1100001 | 1001101 | 110111 | 101011011 | 1011111 | 10111 |
Color Harmonies of #73031B
Complementary color
Monochromatic Colors of #73031B
Black with #73031B
Text Example
Text Example
White with #73031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73031B; }
p { color: rgb(115,3,27); }
H1.HeaderClassName
{
color: #73031B;
}
.AnyTagClassName
{
color: #73031B;
}
</style>
background-color css
<style>
a { background-color: #73031B; }
a { background-color: rgb(115,3,27); }
div.DivClassName
{
background-color: #73031B;
}
.BgClassName
{
background-color: #73031B;
}
</style>
border-color css
<style>
span { border-color: #73031B; }
span { border-color: rgb(115,3,27); }
td.TdClassName
{
border-color: #73031B;
}
.TagClassName
{
border-color: #73031B;
}
</style>