Shades of Burgundy #71000C
Tints of Burgundy #71000C
RGB
CMYK
RGB Variations
Color information
#71000C (or 0x71000C) is known color: Burgundy. HEX triplet: 71, 00 and 0C. RGB value is (113,0,12). Sum of RGB (Red+Green+Blue) = 113+0+12=125 (16% of max value = 765). Red value is 113 (44.53% from 255 or 90.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 113 - color contains mainly: red. Hex color #71000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71000C is #8EFFF3. Grayscale: #232323. Windows color (decimal): -9371636 or 786545. OLE color: 786545.
HSL color Cylindrical-coordinate representation of color #71000C: hue angle of 353.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71000C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.89 | 0.56 |
| HSL | 353.63º | 1% | 0.22% | - |
| HSV(B) | 353.63º | 1% | 0.44% | - |
| XYZ | 6.88 | 3.54 | 0.67 | - |
| YUV | 35.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 12 | 0 | 1 | 0.89 | 0.56 | 353.63 | 1 | 0.22 |
| Hex | 71 | 0 | C | 0 | 64 | 59 | 38 | 162 | 64 | 16 |
| Octal | 161 | 0 | 14 | 0 | 144 | 131 | 70 | 542 | 144 | 26 |
| Binary | 1110001 | 0 | 1100 | 0 | 1100100 | 1011001 | 111000 | 101100010 | 1100100 | 10110 |
Color Harmonies of #71000C
Complementary color
Monochromatic Colors of #71000C
Black with #71000C
Text Example
Text Example
White with #71000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71000C; }
p { color: rgb(113,0,12); }
H1.HeaderClassName
{
color: #71000C;
}
.AnyTagClassName
{
color: #71000C;
}
</style>
background-color css
<style>
a { background-color: #71000C; }
a { background-color: rgb(113,0,12); }
div.DivClassName
{
background-color: #71000C;
}
.BgClassName
{
background-color: #71000C;
}
</style>
border-color css
<style>
span { border-color: #71000C; }
span { border-color: rgb(113,0,12); }
td.TdClassName
{
border-color: #71000C;
}
.TagClassName
{
border-color: #71000C;
}
</style>