Shades of Burgundy #710124
Tints of Burgundy #710124
RGB
CMYK
RGB Variations
Color information
#710124 (or 0x710124) is known color: Burgundy. HEX triplet: 71, 01 and 24. RGB value is (113,1,36). Sum of RGB (Red+Green+Blue) = 113+1+36=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710124 is #8EFEDB. Grayscale: #262626. Windows color (decimal): -9371356 or 2359665. OLE color: 2359665.
HSL color Cylindrical-coordinate representation of color #710124: hue angle of 341.25º 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 #710124 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.56 |
| HSL | 341.25º | 0.98% | 0.22% | - |
| HSV(B) | 341.25º | 0.99% | 0.44% | - |
| XYZ | 7.14 | 3.66 | 2 | - |
| YUV | 38.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 36 | 0 | 0.99 | 0.68 | 0.56 | 341.25 | 0.98 | 0.22 |
| Hex | 71 | 1 | 24 | 0 | 63 | 44 | 38 | 155 | 62 | 16 |
| Octal | 161 | 1 | 44 | 0 | 143 | 104 | 70 | 525 | 142 | 26 |
| Binary | 1110001 | 1 | 100100 | 0 | 1100011 | 1000100 | 111000 | 101010101 | 1100010 | 10110 |
Color Harmonies of #710124
Complementary color
Monochromatic Colors of #710124
Black with #710124
Text Example
Text Example
White with #710124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710124; }
p { color: rgb(113,1,36); }
H1.HeaderClassName
{
color: #710124;
}
.AnyTagClassName
{
color: #710124;
}
</style>
background-color css
<style>
a { background-color: #710124; }
a { background-color: rgb(113,1,36); }
div.DivClassName
{
background-color: #710124;
}
.BgClassName
{
background-color: #710124;
}
</style>
border-color css
<style>
span { border-color: #710124; }
span { border-color: rgb(113,1,36); }
td.TdClassName
{
border-color: #710124;
}
.TagClassName
{
border-color: #710124;
}
</style>