Shades of Burgundy #710321
Tints of Burgundy #710321
RGB
CMYK
RGB Variations
Color information
#710321 (or 0x710321) is known color: Burgundy. HEX triplet: 71, 03 and 21. RGB value is (113,3,33). Sum of RGB (Red+Green+Blue) = 113+3+33=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710321 is #8EFCDE. Grayscale: #272727. Windows color (decimal): -9370847 or 2163569. OLE color: 2163569.
HSL color Cylindrical-coordinate representation of color #710321: hue angle of 343.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710321 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 3 | 33 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.56 |
| HSL | 343.64º | 0.95% | 0.23% | - |
| HSV(B) | 343.64º | 0.97% | 0.44% | - |
| XYZ | 7.12 | 3.69 | 1.78 | - |
| YUV | 39.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 33 | 0 | 0.97 | 0.71 | 0.56 | 343.64 | 0.95 | 0.23 |
| Hex | 71 | 3 | 21 | 0 | 61 | 47 | 38 | 158 | 5F | 17 |
| Octal | 161 | 3 | 41 | 0 | 141 | 107 | 70 | 530 | 137 | 27 |
| Binary | 1110001 | 11 | 100001 | 0 | 1100001 | 1000111 | 111000 | 101011000 | 1011111 | 10111 |
Color Harmonies of #710321
Complementary color
Monochromatic Colors of #710321
Black with #710321
Text Example
Text Example
White with #710321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710321; }
p { color: rgb(113,3,33); }
H1.HeaderClassName
{
color: #710321;
}
.AnyTagClassName
{
color: #710321;
}
</style>
background-color css
<style>
a { background-color: #710321; }
a { background-color: rgb(113,3,33); }
div.DivClassName
{
background-color: #710321;
}
.BgClassName
{
background-color: #710321;
}
</style>
border-color css
<style>
span { border-color: #710321; }
span { border-color: rgb(113,3,33); }
td.TdClassName
{
border-color: #710321;
}
.TagClassName
{
border-color: #710321;
}
</style>