Shades of Burgundy #700A29
Tints of Burgundy #700A29
RGB
CMYK
RGB Variations
Color information
#700A29 (or 0x700A29) is known color: Burgundy. HEX triplet: 70, 0A and 29. RGB value is (112,10,41). Sum of RGB (Red+Green+Blue) = 112+10+41=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #700A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A29 is #8FF5D6. Grayscale: #2C2C2C. Windows color (decimal): -9434583 or 2689648. OLE color: 2689648.
HSL color Cylindrical-coordinate representation of color #700A29: hue angle of 341.76º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A29 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 41 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.56 |
| HSL | 341.76º | 0.84% | 0.24% | - |
| HSV(B) | 341.76º | 0.91% | 0.44% | - |
| XYZ | 7.19 | 3.82 | 2.46 | - |
| YUV | 44.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 41 | 0 | 0.91 | 0.63 | 0.56 | 341.76 | 0.84 | 0.24 |
| Hex | 70 | A | 29 | 0 | 5B | 3F | 38 | 156 | 54 | 18 |
| Octal | 160 | 12 | 51 | 0 | 133 | 77 | 70 | 526 | 124 | 30 |
| Binary | 1110000 | 1010 | 101001 | 0 | 1011011 | 111111 | 111000 | 101010110 | 1010100 | 11000 |
Color Harmonies of #700A29
Complementary color
Monochromatic Colors of #700A29
Black with #700A29
Text Example
Text Example
White with #700A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A29; }
p { color: rgb(112,10,41); }
H1.HeaderClassName
{
color: #700A29;
}
.AnyTagClassName
{
color: #700A29;
}
</style>
background-color css
<style>
a { background-color: #700A29; }
a { background-color: rgb(112,10,41); }
div.DivClassName
{
background-color: #700A29;
}
.BgClassName
{
background-color: #700A29;
}
</style>
border-color css
<style>
span { border-color: #700A29; }
span { border-color: rgb(112,10,41); }
td.TdClassName
{
border-color: #700A29;
}
.TagClassName
{
border-color: #700A29;
}
</style>