Shades of Burgundy #71010A
Tints of Burgundy #71010A
RGB
CMYK
RGB Variations
Color information
#71010A (or 0x71010A) is known color: Burgundy. HEX triplet: 71, 01 and 0A. RGB value is (113,1,10). Sum of RGB (Red+Green+Blue) = 113+1+10=124 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.13% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 113 - color contains mainly: red. Hex color #71010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71010A is #8EFEF5. Grayscale: #232323. Windows color (decimal): -9371382 or 655729. OLE color: 655729.
HSL color Cylindrical-coordinate representation of color #71010A: hue angle of 355.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71010A is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.56 |
| HSL | 355.18º | 0.98% | 0.22% | - |
| HSV(B) | 355.18º | 0.99% | 0.44% | - |
| XYZ | 6.88 | 3.55 | 0.61 | - |
| YUV | 35.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 10 | 0 | 0.99 | 0.91 | 0.56 | 355.18 | 0.98 | 0.22 |
| Hex | 71 | 1 | A | 0 | 63 | 5B | 38 | 163 | 62 | 16 |
| Octal | 161 | 1 | 12 | 0 | 143 | 133 | 70 | 543 | 142 | 26 |
| Binary | 1110001 | 1 | 1010 | 0 | 1100011 | 1011011 | 111000 | 101100011 | 1100010 | 10110 |
Color Harmonies of #71010A
Complementary color
Monochromatic Colors of #71010A
Black with #71010A
Text Example
Text Example
White with #71010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71010A; }
p { color: rgb(113,1,10); }
H1.HeaderClassName
{
color: #71010A;
}
.AnyTagClassName
{
color: #71010A;
}
</style>
background-color css
<style>
a { background-color: #71010A; }
a { background-color: rgb(113,1,10); }
div.DivClassName
{
background-color: #71010A;
}
.BgClassName
{
background-color: #71010A;
}
</style>
border-color css
<style>
span { border-color: #71010A; }
span { border-color: rgb(113,1,10); }
td.TdClassName
{
border-color: #71010A;
}
.TagClassName
{
border-color: #71010A;
}
</style>