Shades of Burgundy #73001D
Tints of Burgundy #73001D
RGB
CMYK
RGB Variations
Color information
#73001D (or 0x73001D) is known color: Burgundy. HEX triplet: 73, 00 and 1D. RGB value is (115,0,29). Sum of RGB (Red+Green+Blue) = 115+0+29=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #73001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73001D is #8CFFE2. Grayscale: #252525. Windows color (decimal): -9240547 or 1900659. OLE color: 1900659.
HSL color Cylindrical-coordinate representation of color #73001D: hue angle of 344.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73001D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.75 | 0.55 |
| HSL | 344.87º | 1% | 0.23% | - |
| HSV(B) | 344.87º | 1% | 0.45% | - |
| XYZ | 7.29 | 3.73 | 1.5 | - |
| YUV | 37.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 29 | 0 | 1 | 0.75 | 0.55 | 344.87 | 1 | 0.23 |
| Hex | 73 | 0 | 1D | 0 | 64 | 4B | 37 | 159 | 64 | 17 |
| Octal | 163 | 0 | 35 | 0 | 144 | 113 | 67 | 531 | 144 | 27 |
| Binary | 1110011 | 0 | 11101 | 0 | 1100100 | 1001011 | 110111 | 101011001 | 1100100 | 10111 |
Color Harmonies of #73001D
Complementary color
Monochromatic Colors of #73001D
Black with #73001D
Text Example
Text Example
White with #73001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73001D; }
p { color: rgb(115,0,29); }
H1.HeaderClassName
{
color: #73001D;
}
.AnyTagClassName
{
color: #73001D;
}
</style>
background-color css
<style>
a { background-color: #73001D; }
a { background-color: rgb(115,0,29); }
div.DivClassName
{
background-color: #73001D;
}
.BgClassName
{
background-color: #73001D;
}
</style>
border-color css
<style>
span { border-color: #73001D; }
span { border-color: rgb(115,0,29); }
td.TdClassName
{
border-color: #73001D;
}
.TagClassName
{
border-color: #73001D;
}
</style>