Shades of Burgundy #73001C
Tints of Burgundy #73001C
RGB
CMYK
RGB Variations
Color information
#73001C (or 0x73001C) is known color: Burgundy. HEX triplet: 73, 00 and 1C. RGB value is (115,0,28). Sum of RGB (Red+Green+Blue) = 115+0+28=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #73001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73001C is #8CFFE3. Grayscale: #252525. Windows color (decimal): -9240548 or 1835123. OLE color: 1835123.
HSL color Cylindrical-coordinate representation of color #73001C: hue angle of 345.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73001C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.76 | 0.55 |
| HSL | 345.39º | 1% | 0.23% | - |
| HSV(B) | 345.39º | 1% | 0.45% | - |
| XYZ | 7.28 | 3.73 | 1.43 | - |
| YUV | 37.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 28 | 0 | 1 | 0.76 | 0.55 | 345.39 | 1 | 0.23 |
| Hex | 73 | 0 | 1C | 0 | 64 | 4C | 37 | 159 | 64 | 17 |
| Octal | 163 | 0 | 34 | 0 | 144 | 114 | 67 | 531 | 144 | 27 |
| Binary | 1110011 | 0 | 11100 | 0 | 1100100 | 1001100 | 110111 | 101011001 | 1100100 | 10111 |
Color Harmonies of #73001C
Complementary color
Monochromatic Colors of #73001C
Black with #73001C
Text Example
Text Example
White with #73001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73001C; }
p { color: rgb(115,0,28); }
H1.HeaderClassName
{
color: #73001C;
}
.AnyTagClassName
{
color: #73001C;
}
</style>
background-color css
<style>
a { background-color: #73001C; }
a { background-color: rgb(115,0,28); }
div.DivClassName
{
background-color: #73001C;
}
.BgClassName
{
background-color: #73001C;
}
</style>
border-color css
<style>
span { border-color: #73001C; }
span { border-color: rgb(115,0,28); }
td.TdClassName
{
border-color: #73001C;
}
.TagClassName
{
border-color: #73001C;
}
</style>