Shades of Burgundy #73020C
Tints of Burgundy #73020C
RGB
CMYK
RGB Variations
Color information
#73020C (or 0x73020C) is known color: Burgundy. HEX triplet: 73, 02 and 0C. RGB value is (115,2,12). Sum of RGB (Red+Green+Blue) = 115+2+12=129 (17% of max value = 765). Red value is 115 (45.31% from 255 or 89.15% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 115 - color contains mainly: red. Hex color #73020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73020C is #8CFDF3. Grayscale: #252525. Windows color (decimal): -9240052 or 787059. OLE color: 787059.
HSL color Cylindrical-coordinate representation of color #73020C: hue angle of 354.69º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73020C is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.55 |
| HSL | 354.69º | 0.97% | 0.23% | - |
| HSV(B) | 354.69º | 0.98% | 0.45% | - |
| XYZ | 7.16 | 3.71 | 0.69 | - |
| YUV | 36.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 12 | 0 | 0.98 | 0.90 | 0.55 | 354.69 | 0.97 | 0.23 |
| Hex | 73 | 2 | C | 0 | 62 | 5A | 37 | 163 | 61 | 17 |
| Octal | 163 | 2 | 14 | 0 | 142 | 132 | 67 | 543 | 141 | 27 |
| Binary | 1110011 | 10 | 1100 | 0 | 1100010 | 1011010 | 110111 | 101100011 | 1100001 | 10111 |
Color Harmonies of #73020C
Complementary color
Monochromatic Colors of #73020C
Black with #73020C
Text Example
Text Example
White with #73020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73020C; }
p { color: rgb(115,2,12); }
H1.HeaderClassName
{
color: #73020C;
}
.AnyTagClassName
{
color: #73020C;
}
</style>
background-color css
<style>
a { background-color: #73020C; }
a { background-color: rgb(115,2,12); }
div.DivClassName
{
background-color: #73020C;
}
.BgClassName
{
background-color: #73020C;
}
</style>
border-color css
<style>
span { border-color: #73020C; }
span { border-color: rgb(115,2,12); }
td.TdClassName
{
border-color: #73020C;
}
.TagClassName
{
border-color: #73020C;
}
</style>