Shades of Burgundy #71020C
Tints of Burgundy #71020C
RGB
CMYK
RGB Variations
Color information
#71020C (or 0x71020C) is known color: Burgundy. HEX triplet: 71, 02 and 0C. RGB value is (113,2,12). Sum of RGB (Red+Green+Blue) = 113+2+12=127 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.98% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 113 - color contains mainly: red. Hex color #71020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71020C is #8EFDF3. Grayscale: #242424. Windows color (decimal): -9371124 or 787057. OLE color: 787057.
HSL color Cylindrical-coordinate representation of color #71020C: hue angle of 354.59º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71020C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.56 |
| HSL | 354.59º | 0.97% | 0.23% | - |
| HSV(B) | 354.59º | 0.98% | 0.44% | - |
| XYZ | 6.9 | 3.58 | 0.68 | - |
| YUV | 36.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 12 | 0 | 0.98 | 0.89 | 0.56 | 354.59 | 0.97 | 0.23 |
| Hex | 71 | 2 | C | 0 | 62 | 59 | 38 | 163 | 61 | 17 |
| Octal | 161 | 2 | 14 | 0 | 142 | 131 | 70 | 543 | 141 | 27 |
| Binary | 1110001 | 10 | 1100 | 0 | 1100010 | 1011001 | 111000 | 101100011 | 1100001 | 10111 |
Color Harmonies of #71020C
Complementary color
Monochromatic Colors of #71020C
Black with #71020C
Text Example
Text Example
White with #71020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71020C; }
p { color: rgb(113,2,12); }
H1.HeaderClassName
{
color: #71020C;
}
.AnyTagClassName
{
color: #71020C;
}
</style>
background-color css
<style>
a { background-color: #71020C; }
a { background-color: rgb(113,2,12); }
div.DivClassName
{
background-color: #71020C;
}
.BgClassName
{
background-color: #71020C;
}
</style>
border-color css
<style>
span { border-color: #71020C; }
span { border-color: rgb(113,2,12); }
td.TdClassName
{
border-color: #71020C;
}
.TagClassName
{
border-color: #71020C;
}
</style>