Shades of Burgundy #73020B
Tints of Burgundy #73020B
RGB
CMYK
RGB Variations
Color information
#73020B (or 0x73020B) is known color: Burgundy. HEX triplet: 73, 02 and 0B. RGB value is (115,2,11). Sum of RGB (Red+Green+Blue) = 115+2+11=128 (16% of max value = 765). Red value is 115 (45.31% from 255 or 89.84% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 115 - color contains mainly: red. Hex color #73020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73020B is #8CFDF4. Grayscale: #242424. Windows color (decimal): -9240053 or 721523. OLE color: 721523.
HSL color Cylindrical-coordinate representation of color #73020B: hue angle of 355.22º 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 #73020B is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.55 |
| HSL | 355.22º | 0.97% | 0.23% | - |
| HSV(B) | 355.22º | 0.98% | 0.45% | - |
| XYZ | 7.15 | 3.71 | 0.66 | - |
| YUV | 36.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 11 | 0 | 0.98 | 0.90 | 0.55 | 355.22 | 0.97 | 0.23 |
| Hex | 73 | 2 | B | 0 | 62 | 5A | 37 | 163 | 61 | 17 |
| Octal | 163 | 2 | 13 | 0 | 142 | 132 | 67 | 543 | 141 | 27 |
| Binary | 1110011 | 10 | 1011 | 0 | 1100010 | 1011010 | 110111 | 101100011 | 1100001 | 10111 |
Color Harmonies of #73020B
Complementary color
Monochromatic Colors of #73020B
Black with #73020B
Text Example
Text Example
White with #73020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73020B; }
p { color: rgb(115,2,11); }
H1.HeaderClassName
{
color: #73020B;
}
.AnyTagClassName
{
color: #73020B;
}
</style>
background-color css
<style>
a { background-color: #73020B; }
a { background-color: rgb(115,2,11); }
div.DivClassName
{
background-color: #73020B;
}
.BgClassName
{
background-color: #73020B;
}
</style>
border-color css
<style>
span { border-color: #73020B; }
span { border-color: rgb(115,2,11); }
td.TdClassName
{
border-color: #73020B;
}
.TagClassName
{
border-color: #73020B;
}
</style>