Shades of Burgundy #71071B
Tints of Burgundy #71071B
RGB
CMYK
RGB Variations
Color information
#71071B (or 0x71071B) is known color: Burgundy. HEX triplet: 71, 07 and 1B. RGB value is (113,7,27). Sum of RGB (Red+Green+Blue) = 113+7+27=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #71071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71071B is #8EF8E4. Grayscale: #292929. Windows color (decimal): -9369829 or 1771377. OLE color: 1771377.
HSL color Cylindrical-coordinate representation of color #71071B: hue angle of 348.68º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71071B is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 27 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.56 |
| HSL | 348.68º | 0.88% | 0.24% | - |
| HSV(B) | 348.68º | 0.94% | 0.44% | - |
| XYZ | 7.08 | 3.74 | 1.39 | - |
| YUV | 40.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 27 | 0 | 0.94 | 0.76 | 0.56 | 348.68 | 0.88 | 0.24 |
| Hex | 71 | 7 | 1B | 0 | 5E | 4C | 38 | 15D | 58 | 18 |
| Octal | 161 | 7 | 33 | 0 | 136 | 114 | 70 | 535 | 130 | 30 |
| Binary | 1110001 | 111 | 11011 | 0 | 1011110 | 1001100 | 111000 | 101011101 | 1011000 | 11000 |
Color Harmonies of #71071B
Complementary color
Monochromatic Colors of #71071B
Black with #71071B
Text Example
Text Example
White with #71071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71071B; }
p { color: rgb(113,7,27); }
H1.HeaderClassName
{
color: #71071B;
}
.AnyTagClassName
{
color: #71071B;
}
</style>
background-color css
<style>
a { background-color: #71071B; }
a { background-color: rgb(113,7,27); }
div.DivClassName
{
background-color: #71071B;
}
.BgClassName
{
background-color: #71071B;
}
</style>
border-color css
<style>
span { border-color: #71071B; }
span { border-color: rgb(113,7,27); }
td.TdClassName
{
border-color: #71071B;
}
.TagClassName
{
border-color: #71071B;
}
</style>