Shades of Burgundy #71002D
Tints of Burgundy #71002D
RGB
CMYK
RGB Variations
Color information
#71002D (or 0x71002D) is known color: Burgundy. HEX triplet: 71, 00 and 2D. RGB value is (113,0,45). Sum of RGB (Red+Green+Blue) = 113+0+45=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71002D is #8EFFD2. Grayscale: #262626. Windows color (decimal): -9371603 or 2949233. OLE color: 2949233.
HSL color Cylindrical-coordinate representation of color #71002D: hue angle of 336.11º 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 #71002D is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.60 | 0.56 |
| HSL | 336.11º | 1% | 0.22% | - |
| HSV(B) | 336.11º | 1% | 0.44% | - |
| XYZ | 7.28 | 3.7 | 2.81 | - |
| YUV | 38.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 45 | 0 | 1 | 0.60 | 0.56 | 336.11 | 1 | 0.22 |
| Hex | 71 | 0 | 2D | 0 | 64 | 3C | 38 | 150 | 64 | 16 |
| Octal | 161 | 0 | 55 | 0 | 144 | 74 | 70 | 520 | 144 | 26 |
| Binary | 1110001 | 0 | 101101 | 0 | 1100100 | 111100 | 111000 | 101010000 | 1100100 | 10110 |
Color Harmonies of #71002D
Complementary color
Monochromatic Colors of #71002D
Black with #71002D
Text Example
Text Example
White with #71002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71002D; }
p { color: rgb(113,0,45); }
H1.HeaderClassName
{
color: #71002D;
}
.AnyTagClassName
{
color: #71002D;
}
</style>
background-color css
<style>
a { background-color: #71002D; }
a { background-color: rgb(113,0,45); }
div.DivClassName
{
background-color: #71002D;
}
.BgClassName
{
background-color: #71002D;
}
</style>
border-color css
<style>
span { border-color: #71002D; }
span { border-color: rgb(113,0,45); }
td.TdClassName
{
border-color: #71002D;
}
.TagClassName
{
border-color: #71002D;
}
</style>