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