Shades of Burgundy #73011B
Tints of Burgundy #73011B
RGB
CMYK
RGB Variations
Color information
#73011B (or 0x73011B) is known color: Burgundy. HEX triplet: 73, 01 and 1B. RGB value is (115,1,27). Sum of RGB (Red+Green+Blue) = 115+1+27=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #73011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73011B is #8CFEE4. Grayscale: #262626. Windows color (decimal): -9240293 or 1769843. OLE color: 1769843.
HSL color Cylindrical-coordinate representation of color #73011B: hue angle of 346.32º 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 #73011B is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.55 |
| HSL | 346.32º | 0.98% | 0.23% | - |
| HSV(B) | 346.32º | 0.99% | 0.45% | - |
| XYZ | 7.28 | 3.75 | 1.38 | - |
| YUV | 38.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 27 | 0 | 0.99 | 0.77 | 0.55 | 346.32 | 0.98 | 0.23 |
| Hex | 73 | 1 | 1B | 0 | 63 | 4D | 37 | 15A | 62 | 17 |
| Octal | 163 | 1 | 33 | 0 | 143 | 115 | 67 | 532 | 142 | 27 |
| Binary | 1110011 | 1 | 11011 | 0 | 1100011 | 1001101 | 110111 | 101011010 | 1100010 | 10111 |
Color Harmonies of #73011B
Complementary color
Monochromatic Colors of #73011B
Black with #73011B
Text Example
Text Example
White with #73011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73011B; }
p { color: rgb(115,1,27); }
H1.HeaderClassName
{
color: #73011B;
}
.AnyTagClassName
{
color: #73011B;
}
</style>
background-color css
<style>
a { background-color: #73011B; }
a { background-color: rgb(115,1,27); }
div.DivClassName
{
background-color: #73011B;
}
.BgClassName
{
background-color: #73011B;
}
</style>
border-color css
<style>
span { border-color: #73011B; }
span { border-color: rgb(115,1,27); }
td.TdClassName
{
border-color: #73011B;
}
.TagClassName
{
border-color: #73011B;
}
</style>