Shades of Burgundy #71001D
Tints of Burgundy #71001D
RGB
CMYK
RGB Variations
Color information
#71001D (or 0x71001D) is known color: Burgundy. HEX triplet: 71, 00 and 1D. RGB value is (113,0,29). Sum of RGB (Red+Green+Blue) = 113+0+29=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #71001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71001D is #8EFFE2. Grayscale: #252525. Windows color (decimal): -9371619 or 1900657. OLE color: 1900657.
HSL color Cylindrical-coordinate representation of color #71001D: hue angle of 344.6º 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 #71001D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.74 | 0.56 |
| HSL | 344.6º | 1% | 0.22% | - |
| HSV(B) | 344.6º | 1% | 0.44% | - |
| XYZ | 7.03 | 3.6 | 1.49 | - |
| YUV | 37.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 29 | 0 | 1 | 0.74 | 0.56 | 344.6 | 1 | 0.22 |
| Hex | 71 | 0 | 1D | 0 | 64 | 4A | 38 | 159 | 64 | 16 |
| Octal | 161 | 0 | 35 | 0 | 144 | 112 | 70 | 531 | 144 | 26 |
| Binary | 1110001 | 0 | 11101 | 0 | 1100100 | 1001010 | 111000 | 101011001 | 1100100 | 10110 |
Color Harmonies of #71001D
Complementary color
Monochromatic Colors of #71001D
Black with #71001D
Text Example
Text Example
White with #71001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71001D; }
p { color: rgb(113,0,29); }
H1.HeaderClassName
{
color: #71001D;
}
.AnyTagClassName
{
color: #71001D;
}
</style>
background-color css
<style>
a { background-color: #71001D; }
a { background-color: rgb(113,0,29); }
div.DivClassName
{
background-color: #71001D;
}
.BgClassName
{
background-color: #71001D;
}
</style>
border-color css
<style>
span { border-color: #71001D; }
span { border-color: rgb(113,0,29); }
td.TdClassName
{
border-color: #71001D;
}
.TagClassName
{
border-color: #71001D;
}
</style>