Shades of Burgundy #700A2C
Tints of Burgundy #700A2C
RGB
CMYK
RGB Variations
Color information
#700A2C (or 0x700A2C) is known color: Burgundy. HEX triplet: 70, 0A and 2C. RGB value is (112,10,44). Sum of RGB (Red+Green+Blue) = 112+10+44=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A2C is #8FF5D3. Grayscale: #2C2C2C. Windows color (decimal): -9434580 or 2886256. OLE color: 2886256.
HSL color Cylindrical-coordinate representation of color #700A2C: hue angle of 340º 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 #700A2C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 44 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.56 |
| HSL | 340º | 0.84% | 0.24% | - |
| HSV(B) | 340º | 0.91% | 0.44% | - |
| XYZ | 7.25 | 3.84 | 2.74 | - |
| YUV | 44.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 44 | 0 | 0.91 | 0.61 | 0.56 | 340 | 0.84 | 0.24 |
| Hex | 70 | A | 2C | 0 | 5B | 3D | 38 | 154 | 54 | 18 |
| Octal | 160 | 12 | 54 | 0 | 133 | 75 | 70 | 524 | 124 | 30 |
| Binary | 1110000 | 1010 | 101100 | 0 | 1011011 | 111101 | 111000 | 101010100 | 1010100 | 11000 |
Color Harmonies of #700A2C
Complementary color
Monochromatic Colors of #700A2C
Black with #700A2C
Text Example
Text Example
White with #700A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A2C; }
p { color: rgb(112,10,44); }
H1.HeaderClassName
{
color: #700A2C;
}
.AnyTagClassName
{
color: #700A2C;
}
</style>
background-color css
<style>
a { background-color: #700A2C; }
a { background-color: rgb(112,10,44); }
div.DivClassName
{
background-color: #700A2C;
}
.BgClassName
{
background-color: #700A2C;
}
</style>
border-color css
<style>
span { border-color: #700A2C; }
span { border-color: rgb(112,10,44); }
td.TdClassName
{
border-color: #700A2C;
}
.TagClassName
{
border-color: #700A2C;
}
</style>