Shades of Burgundy #730D22
Tints of Burgundy #730D22
RGB
CMYK
RGB Variations
Color information
#730D22 (or 0x730D22) is known color: Burgundy. HEX triplet: 73, 0D and 22. RGB value is (115,13,34). Sum of RGB (Red+Green+Blue) = 115+13+34=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #730D22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D22 is #8CF2DD. Grayscale: #2D2D2D. Windows color (decimal): -9237214 or 2231667. OLE color: 2231667.
HSL color Cylindrical-coordinate representation of color #730D22: hue angle of 347.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D22 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 34 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.55 |
| HSL | 347.65º | 0.8% | 0.25% | - |
| HSV(B) | 347.65º | 0.89% | 0.45% | - |
| XYZ | 7.5 | 4.05 | 1.9 | - |
| YUV | 45.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 34 | 0 | 0.89 | 0.70 | 0.55 | 347.65 | 0.8 | 0.25 |
| Hex | 73 | D | 22 | 0 | 59 | 46 | 37 | 15C | 50 | 19 |
| Octal | 163 | 15 | 42 | 0 | 131 | 106 | 67 | 534 | 120 | 31 |
| Binary | 1110011 | 1101 | 100010 | 0 | 1011001 | 1000110 | 110111 | 101011100 | 1010000 | 11001 |
Color Harmonies of #730D22
Complementary color
Monochromatic Colors of #730D22
Black with #730D22
Text Example
Text Example
White with #730D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D22; }
p { color: rgb(115,13,34); }
H1.HeaderClassName
{
color: #730D22;
}
.AnyTagClassName
{
color: #730D22;
}
</style>
background-color css
<style>
a { background-color: #730D22; }
a { background-color: rgb(115,13,34); }
div.DivClassName
{
background-color: #730D22;
}
.BgClassName
{
background-color: #730D22;
}
</style>
border-color css
<style>
span { border-color: #730D22; }
span { border-color: rgb(115,13,34); }
td.TdClassName
{
border-color: #730D22;
}
.TagClassName
{
border-color: #730D22;
}
</style>