Shades of Burgundy #73000B
Tints of Burgundy #73000B
RGB
CMYK
RGB Variations
Color information
#73000B (or 0x73000B) is known color: Burgundy. HEX triplet: 73, 00 and 0B. RGB value is (115,0,11). Sum of RGB (Red+Green+Blue) = 115+0+11=126 (16% of max value = 765). Red value is 115 (45.31% from 255 or 91.27% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 115 - color contains mainly: red. Hex color #73000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73000B is #8CFFF4. Grayscale: #232323. Windows color (decimal): -9240565 or 721011. OLE color: 721011.
HSL color Cylindrical-coordinate representation of color #73000B: hue angle of 354.26º 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 #73000B is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.90 | 0.55 |
| HSL | 354.26º | 1% | 0.23% | - |
| HSV(B) | 354.26º | 1% | 0.45% | - |
| XYZ | 7.13 | 3.67 | 0.65 | - |
| YUV | 35.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 11 | 0 | 1 | 0.90 | 0.55 | 354.26 | 1 | 0.23 |
| Hex | 73 | 0 | B | 0 | 64 | 5A | 37 | 162 | 64 | 17 |
| Octal | 163 | 0 | 13 | 0 | 144 | 132 | 67 | 542 | 144 | 27 |
| Binary | 1110011 | 0 | 1011 | 0 | 1100100 | 1011010 | 110111 | 101100010 | 1100100 | 10111 |
Color Harmonies of #73000B
Complementary color
Monochromatic Colors of #73000B
Black with #73000B
Text Example
Text Example
White with #73000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73000B; }
p { color: rgb(115,0,11); }
H1.HeaderClassName
{
color: #73000B;
}
.AnyTagClassName
{
color: #73000B;
}
</style>
background-color css
<style>
a { background-color: #73000B; }
a { background-color: rgb(115,0,11); }
div.DivClassName
{
background-color: #73000B;
}
.BgClassName
{
background-color: #73000B;
}
</style>
border-color css
<style>
span { border-color: #73000B; }
span { border-color: rgb(115,0,11); }
td.TdClassName
{
border-color: #73000B;
}
.TagClassName
{
border-color: #73000B;
}
</style>