Shades of Burgundy #71012A
Tints of Burgundy #71012A
RGB
CMYK
RGB Variations
Color information
#71012A (or 0x71012A) is known color: Burgundy. HEX triplet: 71, 01 and 2A. RGB value is (113,1,42). Sum of RGB (Red+Green+Blue) = 113+1+42=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #71012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71012A is #8EFED5. Grayscale: #272727. Windows color (decimal): -9371350 or 2752881. OLE color: 2752881.
HSL color Cylindrical-coordinate representation of color #71012A: hue angle of 338.04º 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 #71012A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.56 |
| HSL | 338.04º | 0.98% | 0.22% | - |
| HSV(B) | 338.04º | 0.99% | 0.44% | - |
| XYZ | 7.24 | 3.7 | 2.52 | - |
| YUV | 39.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 42 | 0 | 0.99 | 0.63 | 0.56 | 338.04 | 0.98 | 0.22 |
| Hex | 71 | 1 | 2A | 0 | 63 | 3F | 38 | 152 | 62 | 16 |
| Octal | 161 | 1 | 52 | 0 | 143 | 77 | 70 | 522 | 142 | 26 |
| Binary | 1110001 | 1 | 101010 | 0 | 1100011 | 111111 | 111000 | 101010010 | 1100010 | 10110 |
Color Harmonies of #71012A
Complementary color
Monochromatic Colors of #71012A
Black with #71012A
Text Example
Text Example
White with #71012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71012A; }
p { color: rgb(113,1,42); }
H1.HeaderClassName
{
color: #71012A;
}
.AnyTagClassName
{
color: #71012A;
}
</style>
background-color css
<style>
a { background-color: #71012A; }
a { background-color: rgb(113,1,42); }
div.DivClassName
{
background-color: #71012A;
}
.BgClassName
{
background-color: #71012A;
}
</style>
border-color css
<style>
span { border-color: #71012A; }
span { border-color: rgb(113,1,42); }
td.TdClassName
{
border-color: #71012A;
}
.TagClassName
{
border-color: #71012A;
}
</style>