Shades of Burgundy #71012B
Tints of Burgundy #71012B
RGB
CMYK
RGB Variations
Color information
#71012B (or 0x71012B) is known color: Burgundy. HEX triplet: 71, 01 and 2B. RGB value is (113,1,43). Sum of RGB (Red+Green+Blue) = 113+1+43=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71012B is #8EFED4. Grayscale: #272727. Windows color (decimal): -9371349 or 2818417. OLE color: 2818417.
HSL color Cylindrical-coordinate representation of color #71012B: hue angle of 337.5º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71012B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.56 |
| HSL | 337.5º | 0.98% | 0.22% | - |
| HSV(B) | 337.5º | 0.99% | 0.44% | - |
| XYZ | 7.26 | 3.71 | 2.62 | - |
| YUV | 39.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 43 | 0 | 0.99 | 0.62 | 0.56 | 337.5 | 0.98 | 0.22 |
| Hex | 71 | 1 | 2B | 0 | 63 | 3E | 38 | 152 | 62 | 16 |
| Octal | 161 | 1 | 53 | 0 | 143 | 76 | 70 | 522 | 142 | 26 |
| Binary | 1110001 | 1 | 101011 | 0 | 1100011 | 111110 | 111000 | 101010010 | 1100010 | 10110 |
Color Harmonies of #71012B
Complementary color
Monochromatic Colors of #71012B
Black with #71012B
Text Example
Text Example
White with #71012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71012B; }
p { color: rgb(113,1,43); }
H1.HeaderClassName
{
color: #71012B;
}
.AnyTagClassName
{
color: #71012B;
}
</style>
background-color css
<style>
a { background-color: #71012B; }
a { background-color: rgb(113,1,43); }
div.DivClassName
{
background-color: #71012B;
}
.BgClassName
{
background-color: #71012B;
}
</style>
border-color css
<style>
span { border-color: #71012B; }
span { border-color: rgb(113,1,43); }
td.TdClassName
{
border-color: #71012B;
}
.TagClassName
{
border-color: #71012B;
}
</style>