Shades of Burgundy #710A1A
Tints of Burgundy #710A1A
RGB
CMYK
RGB Variations
Color information
#710A1A (or 0x710A1A) is known color: Burgundy. HEX triplet: 71, 0A and 1A. RGB value is (113,10,26). Sum of RGB (Red+Green+Blue) = 113+10+26=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A1A is #8EF5E5. Grayscale: #2A2A2A. Windows color (decimal): -9369062 or 1706609. OLE color: 1706609.
HSL color Cylindrical-coordinate representation of color #710A1A: hue angle of 350.68º 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 #710A1A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 26 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.56 |
| HSL | 350.68º | 0.84% | 0.24% | - |
| HSV(B) | 350.68º | 0.91% | 0.44% | - |
| XYZ | 7.11 | 3.8 | 1.34 | - |
| YUV | 42.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 26 | 0 | 0.91 | 0.77 | 0.56 | 350.68 | 0.84 | 0.24 |
| Hex | 71 | A | 1A | 0 | 5B | 4D | 38 | 15F | 54 | 18 |
| Octal | 161 | 12 | 32 | 0 | 133 | 115 | 70 | 537 | 124 | 30 |
| Binary | 1110001 | 1010 | 11010 | 0 | 1011011 | 1001101 | 111000 | 101011111 | 1010100 | 11000 |
Color Harmonies of #710A1A
Complementary color
Monochromatic Colors of #710A1A
Black with #710A1A
Text Example
Text Example
White with #710A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A1A; }
p { color: rgb(113,10,26); }
H1.HeaderClassName
{
color: #710A1A;
}
.AnyTagClassName
{
color: #710A1A;
}
</style>
background-color css
<style>
a { background-color: #710A1A; }
a { background-color: rgb(113,10,26); }
div.DivClassName
{
background-color: #710A1A;
}
.BgClassName
{
background-color: #710A1A;
}
</style>
border-color css
<style>
span { border-color: #710A1A; }
span { border-color: rgb(113,10,26); }
td.TdClassName
{
border-color: #710A1A;
}
.TagClassName
{
border-color: #710A1A;
}
</style>