Shades of Burgundy #73000F
Tints of Burgundy #73000F
RGB
CMYK
RGB Variations
Color information
#73000F (or 0x73000F) is known color: Burgundy. HEX triplet: 73, 00 and 0F. RGB value is (115,0,15). Sum of RGB (Red+Green+Blue) = 115+0+15=130 (17% of max value = 765). Red value is 115 (45.31% from 255 or 88.46% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 115 - color contains mainly: red. Hex color #73000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73000F is #8CFFF0. Grayscale: #242424. Windows color (decimal): -9240561 or 983155. OLE color: 983155.
HSL color Cylindrical-coordinate representation of color #73000F: hue angle of 352.17º 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 #73000F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.87 | 0.55 |
| HSL | 352.17º | 1% | 0.23% | - |
| HSV(B) | 352.17º | 1% | 0.45% | - |
| XYZ | 7.16 | 3.68 | 0.78 | - |
| YUV | 36.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 15 | 0 | 1 | 0.87 | 0.55 | 352.17 | 1 | 0.23 |
| Hex | 73 | 0 | F | 0 | 64 | 57 | 37 | 160 | 64 | 17 |
| Octal | 163 | 0 | 17 | 0 | 144 | 127 | 67 | 540 | 144 | 27 |
| Binary | 1110011 | 0 | 1111 | 0 | 1100100 | 1010111 | 110111 | 101100000 | 1100100 | 10111 |
Color Harmonies of #73000F
Complementary color
Monochromatic Colors of #73000F
Black with #73000F
Text Example
Text Example
White with #73000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73000F; }
p { color: rgb(115,0,15); }
H1.HeaderClassName
{
color: #73000F;
}
.AnyTagClassName
{
color: #73000F;
}
</style>
background-color css
<style>
a { background-color: #73000F; }
a { background-color: rgb(115,0,15); }
div.DivClassName
{
background-color: #73000F;
}
.BgClassName
{
background-color: #73000F;
}
</style>
border-color css
<style>
span { border-color: #73000F; }
span { border-color: rgb(115,0,15); }
td.TdClassName
{
border-color: #73000F;
}
.TagClassName
{
border-color: #73000F;
}
</style>