Shades of Burgundy #710120
Tints of Burgundy #710120
RGB
CMYK
RGB Variations
Color information
#710120 (or 0x710120) is known color: Burgundy. HEX triplet: 71, 01 and 20. RGB value is (113,1,32). Sum of RGB (Red+Green+Blue) = 113+1+32=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #710120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710120 is #8EFEDF. Grayscale: #262626. Windows color (decimal): -9371360 or 2097521. OLE color: 2097521.
HSL color Cylindrical-coordinate representation of color #710120: hue angle of 343.39º 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 #710120 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.56 |
| HSL | 343.39º | 0.98% | 0.22% | - |
| HSV(B) | 343.39º | 0.99% | 0.44% | - |
| XYZ | 7.08 | 3.64 | 1.7 | - |
| YUV | 38.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 32 | 0 | 0.99 | 0.72 | 0.56 | 343.39 | 0.98 | 0.22 |
| Hex | 71 | 1 | 20 | 0 | 63 | 48 | 38 | 157 | 62 | 16 |
| Octal | 161 | 1 | 40 | 0 | 143 | 110 | 70 | 527 | 142 | 26 |
| Binary | 1110001 | 1 | 100000 | 0 | 1100011 | 1001000 | 111000 | 101010111 | 1100010 | 10110 |
Color Harmonies of #710120
Complementary color
Monochromatic Colors of #710120
Black with #710120
Text Example
Text Example
White with #710120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710120; }
p { color: rgb(113,1,32); }
H1.HeaderClassName
{
color: #710120;
}
.AnyTagClassName
{
color: #710120;
}
</style>
background-color css
<style>
a { background-color: #710120; }
a { background-color: rgb(113,1,32); }
div.DivClassName
{
background-color: #710120;
}
.BgClassName
{
background-color: #710120;
}
</style>
border-color css
<style>
span { border-color: #710120; }
span { border-color: rgb(113,1,32); }
td.TdClassName
{
border-color: #710120;
}
.TagClassName
{
border-color: #710120;
}
</style>