Shades of Burgundy #730022
Tints of Burgundy #730022
RGB
CMYK
RGB Variations
Color information
#730022 (or 0x730022) is known color: Burgundy. HEX triplet: 73, 00 and 22. RGB value is (115,0,34). Sum of RGB (Red+Green+Blue) = 115+0+34=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #730022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730022 is #8CFFDD. Grayscale: #262626. Windows color (decimal): -9240542 or 2228339. OLE color: 2228339.
HSL color Cylindrical-coordinate representation of color #730022: hue angle of 342.26º 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 #730022 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.70 | 0.55 |
| HSL | 342.26º | 1% | 0.23% | - |
| HSV(B) | 342.26º | 1% | 0.45% | - |
| XYZ | 7.36 | 3.76 | 1.85 | - |
| YUV | 38.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 34 | 0 | 1 | 0.70 | 0.55 | 342.26 | 1 | 0.23 |
| Hex | 73 | 0 | 22 | 0 | 64 | 46 | 37 | 156 | 64 | 17 |
| Octal | 163 | 0 | 42 | 0 | 144 | 106 | 67 | 526 | 144 | 27 |
| Binary | 1110011 | 0 | 100010 | 0 | 1100100 | 1000110 | 110111 | 101010110 | 1100100 | 10111 |
Color Harmonies of #730022
Complementary color
Monochromatic Colors of #730022
Black with #730022
Text Example
Text Example
White with #730022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730022; }
p { color: rgb(115,0,34); }
H1.HeaderClassName
{
color: #730022;
}
.AnyTagClassName
{
color: #730022;
}
</style>
background-color css
<style>
a { background-color: #730022; }
a { background-color: rgb(115,0,34); }
div.DivClassName
{
background-color: #730022;
}
.BgClassName
{
background-color: #730022;
}
</style>
border-color css
<style>
span { border-color: #730022; }
span { border-color: rgb(115,0,34); }
td.TdClassName
{
border-color: #730022;
}
.TagClassName
{
border-color: #730022;
}
</style>