Shades of Burgundy #73002D
Tints of Burgundy #73002D
RGB
CMYK
RGB Variations
Color information
#73002D (or 0x73002D) is known color: Burgundy. HEX triplet: 73, 00 and 2D. RGB value is (115,0,45). Sum of RGB (Red+Green+Blue) = 115+0+45=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #73002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73002D is #8CFFD2. Grayscale: #272727. Windows color (decimal): -9240531 or 2949235. OLE color: 2949235.
HSL color Cylindrical-coordinate representation of color #73002D: hue angle of 336.52º 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 #73002D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.61 | 0.55 |
| HSL | 336.52º | 1% | 0.23% | - |
| HSV(B) | 336.52º | 1% | 0.45% | - |
| XYZ | 7.54 | 3.83 | 2.83 | - |
| YUV | 39.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 45 | 0 | 1 | 0.61 | 0.55 | 336.52 | 1 | 0.23 |
| Hex | 73 | 0 | 2D | 0 | 64 | 3D | 37 | 151 | 64 | 17 |
| Octal | 163 | 0 | 55 | 0 | 144 | 75 | 67 | 521 | 144 | 27 |
| Binary | 1110011 | 0 | 101101 | 0 | 1100100 | 111101 | 110111 | 101010001 | 1100100 | 10111 |
Color Harmonies of #73002D
Complementary color
Monochromatic Colors of #73002D
Black with #73002D
Text Example
Text Example
White with #73002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73002D; }
p { color: rgb(115,0,45); }
H1.HeaderClassName
{
color: #73002D;
}
.AnyTagClassName
{
color: #73002D;
}
</style>
background-color css
<style>
a { background-color: #73002D; }
a { background-color: rgb(115,0,45); }
div.DivClassName
{
background-color: #73002D;
}
.BgClassName
{
background-color: #73002D;
}
</style>
border-color css
<style>
span { border-color: #73002D; }
span { border-color: rgb(115,0,45); }
td.TdClassName
{
border-color: #73002D;
}
.TagClassName
{
border-color: #73002D;
}
</style>