Shades of Burgundy #730220
Tints of Burgundy #730220
RGB
CMYK
RGB Variations
Color information
#730220 (or 0x730220) is known color: Burgundy. HEX triplet: 73, 02 and 20. RGB value is (115,2,32). Sum of RGB (Red+Green+Blue) = 115+2+32=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #730220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730220 is #8CFDDF. Grayscale: #272727. Windows color (decimal): -9240032 or 2097779. OLE color: 2097779.
HSL color Cylindrical-coordinate representation of color #730220: hue angle of 344.07º 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 #730220 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 32 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.55 |
| HSL | 344.07º | 0.97% | 0.23% | - |
| HSV(B) | 344.07º | 0.98% | 0.45% | - |
| XYZ | 7.35 | 3.79 | 1.71 | - |
| YUV | 39.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 32 | 0 | 0.98 | 0.72 | 0.55 | 344.07 | 0.97 | 0.23 |
| Hex | 73 | 2 | 20 | 0 | 62 | 48 | 37 | 158 | 61 | 17 |
| Octal | 163 | 2 | 40 | 0 | 142 | 110 | 67 | 530 | 141 | 27 |
| Binary | 1110011 | 10 | 100000 | 0 | 1100010 | 1001000 | 110111 | 101011000 | 1100001 | 10111 |
Color Harmonies of #730220
Complementary color
Monochromatic Colors of #730220
Black with #730220
Text Example
Text Example
White with #730220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730220; }
p { color: rgb(115,2,32); }
H1.HeaderClassName
{
color: #730220;
}
.AnyTagClassName
{
color: #730220;
}
</style>
background-color css
<style>
a { background-color: #730220; }
a { background-color: rgb(115,2,32); }
div.DivClassName
{
background-color: #730220;
}
.BgClassName
{
background-color: #730220;
}
</style>
border-color css
<style>
span { border-color: #730220; }
span { border-color: rgb(115,2,32); }
td.TdClassName
{
border-color: #730220;
}
.TagClassName
{
border-color: #730220;
}
</style>