Shades of Burgundy #73010B
Tints of Burgundy #73010B
RGB
CMYK
RGB Variations
Color information
#73010B (or 0x73010B) is known color: Burgundy. HEX triplet: 73, 01 and 0B. RGB value is (115,1,11). Sum of RGB (Red+Green+Blue) = 115+1+11=127 (16% of max value = 765). Red value is 115 (45.31% from 255 or 90.55% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 115 - color contains mainly: red. Hex color #73010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73010B is #8CFEF4. Grayscale: #242424. Windows color (decimal): -9240309 or 721267. OLE color: 721267.
HSL color Cylindrical-coordinate representation of color #73010B: hue angle of 354.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73010B is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.55 |
| HSL | 354.74º | 0.98% | 0.23% | - |
| HSV(B) | 354.74º | 0.99% | 0.45% | - |
| XYZ | 7.14 | 3.69 | 0.65 | - |
| YUV | 36.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 11 | 0 | 0.99 | 0.90 | 0.55 | 354.74 | 0.98 | 0.23 |
| Hex | 73 | 1 | B | 0 | 63 | 5A | 37 | 163 | 62 | 17 |
| Octal | 163 | 1 | 13 | 0 | 143 | 132 | 67 | 543 | 142 | 27 |
| Binary | 1110011 | 1 | 1011 | 0 | 1100011 | 1011010 | 110111 | 101100011 | 1100010 | 10111 |
Color Harmonies of #73010B
Complementary color
Monochromatic Colors of #73010B
Black with #73010B
Text Example
Text Example
White with #73010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73010B; }
p { color: rgb(115,1,11); }
H1.HeaderClassName
{
color: #73010B;
}
.AnyTagClassName
{
color: #73010B;
}
</style>
background-color css
<style>
a { background-color: #73010B; }
a { background-color: rgb(115,1,11); }
div.DivClassName
{
background-color: #73010B;
}
.BgClassName
{
background-color: #73010B;
}
</style>
border-color css
<style>
span { border-color: #73010B; }
span { border-color: rgb(115,1,11); }
td.TdClassName
{
border-color: #73010B;
}
.TagClassName
{
border-color: #73010B;
}
</style>