Shades of Burgundy #73031C
Tints of Burgundy #73031C
RGB
CMYK
RGB Variations
Color information
#73031C (or 0x73031C) is known color: Burgundy. HEX triplet: 73, 03 and 1C. RGB value is (115,3,28). Sum of RGB (Red+Green+Blue) = 115+3+28=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #73031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73031C is #8CFCE3. Grayscale: #272727. Windows color (decimal): -9239780 or 1835891. OLE color: 1835891.
HSL color Cylindrical-coordinate representation of color #73031C: hue angle of 346.61º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73031C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 28 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.55 |
| HSL | 346.61º | 0.95% | 0.23% | - |
| HSV(B) | 346.61º | 0.97% | 0.45% | - |
| XYZ | 7.31 | 3.79 | 1.45 | - |
| YUV | 39.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 28 | 0 | 0.97 | 0.76 | 0.55 | 346.61 | 0.95 | 0.23 |
| Hex | 73 | 3 | 1C | 0 | 61 | 4C | 37 | 15B | 5F | 17 |
| Octal | 163 | 3 | 34 | 0 | 141 | 114 | 67 | 533 | 137 | 27 |
| Binary | 1110011 | 11 | 11100 | 0 | 1100001 | 1001100 | 110111 | 101011011 | 1011111 | 10111 |
Color Harmonies of #73031C
Complementary color
Monochromatic Colors of #73031C
Black with #73031C
Text Example
Text Example
White with #73031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73031C; }
p { color: rgb(115,3,28); }
H1.HeaderClassName
{
color: #73031C;
}
.AnyTagClassName
{
color: #73031C;
}
</style>
background-color css
<style>
a { background-color: #73031C; }
a { background-color: rgb(115,3,28); }
div.DivClassName
{
background-color: #73031C;
}
.BgClassName
{
background-color: #73031C;
}
</style>
border-color css
<style>
span { border-color: #73031C; }
span { border-color: rgb(115,3,28); }
td.TdClassName
{
border-color: #73031C;
}
.TagClassName
{
border-color: #73031C;
}
</style>