Shades of Burgundy #730211
Tints of Burgundy #730211
RGB
CMYK
RGB Variations
Color information
#730211 (or 0x730211) is known color: Burgundy. HEX triplet: 73, 02 and 11. RGB value is (115,2,17). Sum of RGB (Red+Green+Blue) = 115+2+17=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #730211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730211 is #8CFDEE. Grayscale: #252525. Windows color (decimal): -9240047 or 1114739. OLE color: 1114739.
HSL color Cylindrical-coordinate representation of color #730211: hue angle of 352.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730211 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.55 |
| HSL | 352.04º | 0.97% | 0.23% | - |
| HSV(B) | 352.04º | 0.98% | 0.45% | - |
| XYZ | 7.19 | 3.73 | 0.87 | - |
| YUV | 37.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 17 | 0 | 0.98 | 0.85 | 0.55 | 352.04 | 0.97 | 0.23 |
| Hex | 73 | 2 | 11 | 0 | 62 | 55 | 37 | 160 | 61 | 17 |
| Octal | 163 | 2 | 21 | 0 | 142 | 125 | 67 | 540 | 141 | 27 |
| Binary | 1110011 | 10 | 10001 | 0 | 1100010 | 1010101 | 110111 | 101100000 | 1100001 | 10111 |
Color Harmonies of #730211
Complementary color
Monochromatic Colors of #730211
Black with #730211
Text Example
Text Example
White with #730211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730211; }
p { color: rgb(115,2,17); }
H1.HeaderClassName
{
color: #730211;
}
.AnyTagClassName
{
color: #730211;
}
</style>
background-color css
<style>
a { background-color: #730211; }
a { background-color: rgb(115,2,17); }
div.DivClassName
{
background-color: #730211;
}
.BgClassName
{
background-color: #730211;
}
</style>
border-color css
<style>
span { border-color: #730211; }
span { border-color: rgb(115,2,17); }
td.TdClassName
{
border-color: #730211;
}
.TagClassName
{
border-color: #730211;
}
</style>