Shades of Burgundy #73080D
Tints of Burgundy #73080D
RGB
CMYK
RGB Variations
Color information
#73080D (or 0x73080D) is known color: Burgundy. HEX triplet: 73, 08 and 0D. RGB value is (115,8,13). Sum of RGB (Red+Green+Blue) = 115+8+13=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #73080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73080D is #8CF7F2. Grayscale: #282828. Windows color (decimal): -9238515 or 854131. OLE color: 854131.
HSL color Cylindrical-coordinate representation of color #73080D: hue angle of 357.2º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73080D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 13 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.55 |
| HSL | 357.2º | 0.87% | 0.24% | - |
| HSV(B) | 357.2º | 0.93% | 0.45% | - |
| XYZ | 7.23 | 3.85 | 0.74 | - |
| YUV | 40.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 13 | 0 | 0.93 | 0.89 | 0.55 | 357.2 | 0.87 | 0.24 |
| Hex | 73 | 8 | D | 0 | 5D | 59 | 37 | 165 | 57 | 18 |
| Octal | 163 | 10 | 15 | 0 | 135 | 131 | 67 | 545 | 127 | 30 |
| Binary | 1110011 | 1000 | 1101 | 0 | 1011101 | 1011001 | 110111 | 101100101 | 1010111 | 11000 |
Color Harmonies of #73080D
Complementary color
Monochromatic Colors of #73080D
Black with #73080D
Text Example
Text Example
White with #73080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73080D; }
p { color: rgb(115,8,13); }
H1.HeaderClassName
{
color: #73080D;
}
.AnyTagClassName
{
color: #73080D;
}
</style>
background-color css
<style>
a { background-color: #73080D; }
a { background-color: rgb(115,8,13); }
div.DivClassName
{
background-color: #73080D;
}
.BgClassName
{
background-color: #73080D;
}
</style>
border-color css
<style>
span { border-color: #73080D; }
span { border-color: rgb(115,8,13); }
td.TdClassName
{
border-color: #73080D;
}
.TagClassName
{
border-color: #73080D;
}
</style>