Shades of Burgundy #700729
Tints of Burgundy #700729
RGB
CMYK
RGB Variations
Color information
#700729 (or 0x700729) is known color: Burgundy. HEX triplet: 70, 07 and 29. RGB value is (112,7,41). Sum of RGB (Red+Green+Blue) = 112+7+41=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #700729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700729 is #8FF8D6. Grayscale: #2A2A2A. Windows color (decimal): -9435351 or 2688880. OLE color: 2688880.
HSL color Cylindrical-coordinate representation of color #700729: hue angle of 340.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700729 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 41 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.56 |
| HSL | 340.57º | 0.88% | 0.23% | - |
| HSV(B) | 340.57º | 0.94% | 0.44% | - |
| XYZ | 7.16 | 3.76 | 2.45 | - |
| YUV | 42.27 | 127.29 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 41 | 0 | 0.94 | 0.63 | 0.56 | 340.57 | 0.88 | 0.23 |
| Hex | 70 | 7 | 29 | 0 | 5E | 3F | 38 | 155 | 58 | 17 |
| Octal | 160 | 7 | 51 | 0 | 136 | 77 | 70 | 525 | 130 | 27 |
| Binary | 1110000 | 111 | 101001 | 0 | 1011110 | 111111 | 111000 | 101010101 | 1011000 | 10111 |
Color Harmonies of #700729
Complementary color
Monochromatic Colors of #700729
Black with #700729
Text Example
Text Example
White with #700729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700729; }
p { color: rgb(112,7,41); }
H1.HeaderClassName
{
color: #700729;
}
.AnyTagClassName
{
color: #700729;
}
</style>
background-color css
<style>
a { background-color: #700729; }
a { background-color: rgb(112,7,41); }
div.DivClassName
{
background-color: #700729;
}
.BgClassName
{
background-color: #700729;
}
</style>
border-color css
<style>
span { border-color: #700729; }
span { border-color: rgb(112,7,41); }
td.TdClassName
{
border-color: #700729;
}
.TagClassName
{
border-color: #700729;
}
</style>