Shades of Burgundy #700429
Tints of Burgundy #700429
RGB
CMYK
RGB Variations
Color information
#700429 (or 0x700429) is known color: Burgundy. HEX triplet: 70, 04 and 29. RGB value is (112,4,41). Sum of RGB (Red+Green+Blue) = 112+4+41=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #700429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700429 is #8FFBD6. Grayscale: #282828. Windows color (decimal): -9436119 or 2688112. OLE color: 2688112.
HSL color Cylindrical-coordinate representation of color #700429: hue angle of 339.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700429 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 41 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.56 |
| HSL | 339.44º | 0.93% | 0.23% | - |
| HSV(B) | 339.44º | 0.96% | 0.44% | - |
| XYZ | 7.13 | 3.69 | 2.43 | - |
| YUV | 40.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 41 | 0 | 0.96 | 0.63 | 0.56 | 339.44 | 0.93 | 0.23 |
| Hex | 70 | 4 | 29 | 0 | 60 | 3F | 38 | 153 | 5D | 17 |
| Octal | 160 | 4 | 51 | 0 | 140 | 77 | 70 | 523 | 135 | 27 |
| Binary | 1110000 | 100 | 101001 | 0 | 1100000 | 111111 | 111000 | 101010011 | 1011101 | 10111 |
Color Harmonies of #700429
Complementary color
Monochromatic Colors of #700429
Black with #700429
Text Example
Text Example
White with #700429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700429; }
p { color: rgb(112,4,41); }
H1.HeaderClassName
{
color: #700429;
}
.AnyTagClassName
{
color: #700429;
}
</style>
background-color css
<style>
a { background-color: #700429; }
a { background-color: rgb(112,4,41); }
div.DivClassName
{
background-color: #700429;
}
.BgClassName
{
background-color: #700429;
}
</style>
border-color css
<style>
span { border-color: #700429; }
span { border-color: rgb(112,4,41); }
td.TdClassName
{
border-color: #700429;
}
.TagClassName
{
border-color: #700429;
}
</style>