Shades of Burgundy #700A1A
Tints of Burgundy #700A1A
RGB
CMYK
RGB Variations
Color information
#700A1A (or 0x700A1A) is known color: Burgundy. HEX triplet: 70, 0A and 1A. RGB value is (112,10,26). Sum of RGB (Red+Green+Blue) = 112+10+26=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #700A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A1A is #8FF5E5. Grayscale: #2A2A2A. Windows color (decimal): -9434598 or 1706608. OLE color: 1706608.
HSL color Cylindrical-coordinate representation of color #700A1A: hue angle of 350.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 #700A1A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 26 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.56 |
| HSL | 350.59º | 0.84% | 0.24% | - |
| HSV(B) | 350.59º | 0.91% | 0.44% | - |
| XYZ | 6.98 | 3.74 | 1.33 | - |
| YUV | 42.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 26 | 0 | 0.91 | 0.77 | 0.56 | 350.59 | 0.84 | 0.24 |
| Hex | 70 | A | 1A | 0 | 5B | 4D | 38 | 15F | 54 | 18 |
| Octal | 160 | 12 | 32 | 0 | 133 | 115 | 70 | 537 | 124 | 30 |
| Binary | 1110000 | 1010 | 11010 | 0 | 1011011 | 1001101 | 111000 | 101011111 | 1010100 | 11000 |
Color Harmonies of #700A1A
Complementary color
Monochromatic Colors of #700A1A
Black with #700A1A
Text Example
Text Example
White with #700A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A1A; }
p { color: rgb(112,10,26); }
H1.HeaderClassName
{
color: #700A1A;
}
.AnyTagClassName
{
color: #700A1A;
}
</style>
background-color css
<style>
a { background-color: #700A1A; }
a { background-color: rgb(112,10,26); }
div.DivClassName
{
background-color: #700A1A;
}
.BgClassName
{
background-color: #700A1A;
}
</style>
border-color css
<style>
span { border-color: #700A1A; }
span { border-color: rgb(112,10,26); }
td.TdClassName
{
border-color: #700A1A;
}
.TagClassName
{
border-color: #700A1A;
}
</style>