Shades of Burgundy #73050F
Tints of Burgundy #73050F
RGB
CMYK
RGB Variations
Color information
#73050F (or 0x73050F) is known color: Burgundy. HEX triplet: 73, 05 and 0F. RGB value is (115,5,15). Sum of RGB (Red+Green+Blue) = 115+5+15=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #73050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73050F is #8CFAF0. Grayscale: #272727. Windows color (decimal): -9239281 or 984435. OLE color: 984435.
HSL color Cylindrical-coordinate representation of color #73050F: hue angle of 354.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73050F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 15 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.55 |
| HSL | 354.55º | 0.92% | 0.24% | - |
| HSV(B) | 354.55º | 0.96% | 0.45% | - |
| XYZ | 7.21 | 3.79 | 0.8 | - |
| YUV | 39.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 15 | 0 | 0.96 | 0.87 | 0.55 | 354.55 | 0.92 | 0.24 |
| Hex | 73 | 5 | F | 0 | 60 | 57 | 37 | 163 | 5C | 18 |
| Octal | 163 | 5 | 17 | 0 | 140 | 127 | 67 | 543 | 134 | 30 |
| Binary | 1110011 | 101 | 1111 | 0 | 1100000 | 1010111 | 110111 | 101100011 | 1011100 | 11000 |
Color Harmonies of #73050F
Complementary color
Monochromatic Colors of #73050F
Black with #73050F
Text Example
Text Example
White with #73050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73050F; }
p { color: rgb(115,5,15); }
H1.HeaderClassName
{
color: #73050F;
}
.AnyTagClassName
{
color: #73050F;
}
</style>
background-color css
<style>
a { background-color: #73050F; }
a { background-color: rgb(115,5,15); }
div.DivClassName
{
background-color: #73050F;
}
.BgClassName
{
background-color: #73050F;
}
</style>
border-color css
<style>
span { border-color: #73050F; }
span { border-color: rgb(115,5,15); }
td.TdClassName
{
border-color: #73050F;
}
.TagClassName
{
border-color: #73050F;
}
</style>