Shades of Burgundy #71012C
Tints of Burgundy #71012C
RGB
CMYK
RGB Variations
Color information
#71012C (or 0x71012C) is known color: Burgundy. HEX triplet: 71, 01 and 2C. RGB value is (113,1,44). Sum of RGB (Red+Green+Blue) = 113+1+44=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71012C is #8EFED3. Grayscale: #272727. Windows color (decimal): -9371348 or 2883953. OLE color: 2883953.
HSL color Cylindrical-coordinate representation of color #71012C: hue angle of 336.96º 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 #71012C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.56 |
| HSL | 336.96º | 0.98% | 0.22% | - |
| HSV(B) | 336.96º | 0.99% | 0.44% | - |
| XYZ | 7.28 | 3.71 | 2.72 | - |
| YUV | 39.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 44 | 0 | 0.99 | 0.61 | 0.56 | 336.96 | 0.98 | 0.22 |
| Hex | 71 | 1 | 2C | 0 | 63 | 3D | 38 | 151 | 62 | 16 |
| Octal | 161 | 1 | 54 | 0 | 143 | 75 | 70 | 521 | 142 | 26 |
| Binary | 1110001 | 1 | 101100 | 0 | 1100011 | 111101 | 111000 | 101010001 | 1100010 | 10110 |
Color Harmonies of #71012C
Complementary color
Monochromatic Colors of #71012C
Black with #71012C
Text Example
Text Example
White with #71012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71012C; }
p { color: rgb(113,1,44); }
H1.HeaderClassName
{
color: #71012C;
}
.AnyTagClassName
{
color: #71012C;
}
</style>
background-color css
<style>
a { background-color: #71012C; }
a { background-color: rgb(113,1,44); }
div.DivClassName
{
background-color: #71012C;
}
.BgClassName
{
background-color: #71012C;
}
</style>
border-color css
<style>
span { border-color: #71012C; }
span { border-color: rgb(113,1,44); }
td.TdClassName
{
border-color: #71012C;
}
.TagClassName
{
border-color: #71012C;
}
</style>