Shades of Burgundy #71031C
Tints of Burgundy #71031C
RGB
CMYK
RGB Variations
Color information
#71031C (or 0x71031C) is known color: Burgundy. HEX triplet: 71, 03 and 1C. RGB value is (113,3,28). Sum of RGB (Red+Green+Blue) = 113+3+28=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71031C is #8EFCE3. Grayscale: #262626. Windows color (decimal): -9370852 or 1835889. OLE color: 1835889.
HSL color Cylindrical-coordinate representation of color #71031C: hue angle of 346.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71031C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 3 | 28 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.56 |
| HSL | 346.36º | 0.95% | 0.23% | - |
| HSV(B) | 346.36º | 0.97% | 0.44% | - |
| XYZ | 7.05 | 3.66 | 1.43 | - |
| YUV | 38.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 28 | 0 | 0.97 | 0.75 | 0.56 | 346.36 | 0.95 | 0.23 |
| Hex | 71 | 3 | 1C | 0 | 61 | 4B | 38 | 15A | 5F | 17 |
| Octal | 161 | 3 | 34 | 0 | 141 | 113 | 70 | 532 | 137 | 27 |
| Binary | 1110001 | 11 | 11100 | 0 | 1100001 | 1001011 | 111000 | 101011010 | 1011111 | 10111 |
Color Harmonies of #71031C
Complementary color
Monochromatic Colors of #71031C
Black with #71031C
Text Example
Text Example
White with #71031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71031C; }
p { color: rgb(113,3,28); }
H1.HeaderClassName
{
color: #71031C;
}
.AnyTagClassName
{
color: #71031C;
}
</style>
background-color css
<style>
a { background-color: #71031C; }
a { background-color: rgb(113,3,28); }
div.DivClassName
{
background-color: #71031C;
}
.BgClassName
{
background-color: #71031C;
}
</style>
border-color css
<style>
span { border-color: #71031C; }
span { border-color: rgb(113,3,28); }
td.TdClassName
{
border-color: #71031C;
}
.TagClassName
{
border-color: #71031C;
}
</style>