Shades of Burgundy #700329
Tints of Burgundy #700329
RGB
CMYK
RGB Variations
Color information
#700329 (or 0x700329) is known color: Burgundy. HEX triplet: 70, 03 and 29. RGB value is (112,3,41). Sum of RGB (Red+Green+Blue) = 112+3+41=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #700329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700329 is #8FFCD6. Grayscale: #272727. Windows color (decimal): -9436375 or 2687856. OLE color: 2687856.
HSL color Cylindrical-coordinate representation of color #700329: hue angle of 339.08º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700329 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 41 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.56 |
| HSL | 339.08º | 0.95% | 0.23% | - |
| HSV(B) | 339.08º | 0.97% | 0.44% | - |
| XYZ | 7.11 | 3.67 | 2.43 | - |
| YUV | 39.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 41 | 0 | 0.97 | 0.63 | 0.56 | 339.08 | 0.95 | 0.23 |
| Hex | 70 | 3 | 29 | 0 | 61 | 3F | 38 | 153 | 5F | 17 |
| Octal | 160 | 3 | 51 | 0 | 141 | 77 | 70 | 523 | 137 | 27 |
| Binary | 1110000 | 11 | 101001 | 0 | 1100001 | 111111 | 111000 | 101010011 | 1011111 | 10111 |
Color Harmonies of #700329
Complementary color
Monochromatic Colors of #700329
Black with #700329
Text Example
Text Example
White with #700329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700329; }
p { color: rgb(112,3,41); }
H1.HeaderClassName
{
color: #700329;
}
.AnyTagClassName
{
color: #700329;
}
</style>
background-color css
<style>
a { background-color: #700329; }
a { background-color: rgb(112,3,41); }
div.DivClassName
{
background-color: #700329;
}
.BgClassName
{
background-color: #700329;
}
</style>
border-color css
<style>
span { border-color: #700329; }
span { border-color: rgb(112,3,41); }
td.TdClassName
{
border-color: #700329;
}
.TagClassName
{
border-color: #700329;
}
</style>