Shades of Burgundy #71041C
Tints of Burgundy #71041C
RGB
CMYK
RGB Variations
Color information
#71041C (or 0x71041C) is known color: Burgundy. HEX triplet: 71, 04 and 1C. RGB value is (113,4,28). Sum of RGB (Red+Green+Blue) = 113+4+28=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #71041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71041C is #8EFBE3. Grayscale: #272727. Windows color (decimal): -9370596 or 1836145. OLE color: 1836145.
HSL color Cylindrical-coordinate representation of color #71041C: hue angle of 346.79º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71041C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 4 | 28 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.56 |
| HSL | 346.79º | 0.93% | 0.23% | - |
| HSV(B) | 346.79º | 0.96% | 0.44% | - |
| XYZ | 7.06 | 3.68 | 1.44 | - |
| YUV | 39.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 28 | 0 | 0.96 | 0.75 | 0.56 | 346.79 | 0.93 | 0.23 |
| Hex | 71 | 4 | 1C | 0 | 60 | 4B | 38 | 15B | 5D | 17 |
| Octal | 161 | 4 | 34 | 0 | 140 | 113 | 70 | 533 | 135 | 27 |
| Binary | 1110001 | 100 | 11100 | 0 | 1100000 | 1001011 | 111000 | 101011011 | 1011101 | 10111 |
Color Harmonies of #71041C
Complementary color
Monochromatic Colors of #71041C
Black with #71041C
Text Example
Text Example
White with #71041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71041C; }
p { color: rgb(113,4,28); }
H1.HeaderClassName
{
color: #71041C;
}
.AnyTagClassName
{
color: #71041C;
}
</style>
background-color css
<style>
a { background-color: #71041C; }
a { background-color: rgb(113,4,28); }
div.DivClassName
{
background-color: #71041C;
}
.BgClassName
{
background-color: #71041C;
}
</style>
border-color css
<style>
span { border-color: #71041C; }
span { border-color: rgb(113,4,28); }
td.TdClassName
{
border-color: #71041C;
}
.TagClassName
{
border-color: #71041C;
}
</style>