Shades of Burgundy #71002B
Tints of Burgundy #71002B
RGB
CMYK
RGB Variations
Color information
#71002B (or 0x71002B) is known color: Burgundy. HEX triplet: 71, 00 and 2B. RGB value is (113,0,43). Sum of RGB (Red+Green+Blue) = 113+0+43=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #71002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71002B is #8EFFD4. Grayscale: #262626. Windows color (decimal): -9371605 or 2818161. OLE color: 2818161.
HSL color Cylindrical-coordinate representation of color #71002B: hue angle of 337.17º 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 #71002B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.62 | 0.56 |
| HSL | 337.17º | 1% | 0.22% | - |
| HSV(B) | 337.17º | 1% | 0.44% | - |
| XYZ | 7.25 | 3.69 | 2.61 | - |
| YUV | 38.69 | 130.44 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 43 | 0 | 1 | 0.62 | 0.56 | 337.17 | 1 | 0.22 |
| Hex | 71 | 0 | 2B | 0 | 64 | 3E | 38 | 151 | 64 | 16 |
| Octal | 161 | 0 | 53 | 0 | 144 | 76 | 70 | 521 | 144 | 26 |
| Binary | 1110001 | 0 | 101011 | 0 | 1100100 | 111110 | 111000 | 101010001 | 1100100 | 10110 |
Color Harmonies of #71002B
Complementary color
Monochromatic Colors of #71002B
Black with #71002B
Text Example
Text Example
White with #71002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71002B; }
p { color: rgb(113,0,43); }
H1.HeaderClassName
{
color: #71002B;
}
.AnyTagClassName
{
color: #71002B;
}
</style>
background-color css
<style>
a { background-color: #71002B; }
a { background-color: rgb(113,0,43); }
div.DivClassName
{
background-color: #71002B;
}
.BgClassName
{
background-color: #71002B;
}
</style>
border-color css
<style>
span { border-color: #71002B; }
span { border-color: rgb(113,0,43); }
td.TdClassName
{
border-color: #71002B;
}
.TagClassName
{
border-color: #71002B;
}
</style>