Shades of Burgundy #700A2B
Tints of Burgundy #700A2B
RGB
CMYK
RGB Variations
Color information
#700A2B (or 0x700A2B) is known color: Burgundy. HEX triplet: 70, 0A and 2B. RGB value is (112,10,43). Sum of RGB (Red+Green+Blue) = 112+10+43=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A2B is #8FF5D4. Grayscale: #2C2C2C. Windows color (decimal): -9434581 or 2820720. OLE color: 2820720.
HSL color Cylindrical-coordinate representation of color #700A2B: hue angle of 340.59º 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 #700A2B is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 43 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.56 |
| HSL | 340.59º | 0.84% | 0.24% | - |
| HSV(B) | 340.59º | 0.91% | 0.44% | - |
| XYZ | 7.23 | 3.84 | 2.65 | - |
| YUV | 44.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 43 | 0 | 0.91 | 0.62 | 0.56 | 340.59 | 0.84 | 0.24 |
| Hex | 70 | A | 2B | 0 | 5B | 3E | 38 | 155 | 54 | 18 |
| Octal | 160 | 12 | 53 | 0 | 133 | 76 | 70 | 525 | 124 | 30 |
| Binary | 1110000 | 1010 | 101011 | 0 | 1011011 | 111110 | 111000 | 101010101 | 1010100 | 11000 |
Color Harmonies of #700A2B
Complementary color
Monochromatic Colors of #700A2B
Black with #700A2B
Text Example
Text Example
White with #700A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A2B; }
p { color: rgb(112,10,43); }
H1.HeaderClassName
{
color: #700A2B;
}
.AnyTagClassName
{
color: #700A2B;
}
</style>
background-color css
<style>
a { background-color: #700A2B; }
a { background-color: rgb(112,10,43); }
div.DivClassName
{
background-color: #700A2B;
}
.BgClassName
{
background-color: #700A2B;
}
</style>
border-color css
<style>
span { border-color: #700A2B; }
span { border-color: rgb(112,10,43); }
td.TdClassName
{
border-color: #700A2B;
}
.TagClassName
{
border-color: #700A2B;
}
</style>