Shades of Burgundy #71061C
Tints of Burgundy #71061C
RGB
CMYK
RGB Variations
Color information
#71061C (or 0x71061C) is known color: Burgundy. HEX triplet: 71, 06 and 1C. RGB value is (113,6,28). Sum of RGB (Red+Green+Blue) = 113+6+28=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #71061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71061C is #8EF9E3. Grayscale: #282828. Windows color (decimal): -9370084 or 1836657. OLE color: 1836657.
HSL color Cylindrical-coordinate representation of color #71061C: hue angle of 347.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71061C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 28 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.56 |
| HSL | 347.66º | 0.9% | 0.23% | - |
| HSV(B) | 347.66º | 0.95% | 0.44% | - |
| XYZ | 7.08 | 3.72 | 1.44 | - |
| YUV | 40.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 28 | 0 | 0.95 | 0.75 | 0.56 | 347.66 | 0.9 | 0.23 |
| Hex | 71 | 6 | 1C | 0 | 5F | 4B | 38 | 15C | 5A | 17 |
| Octal | 161 | 6 | 34 | 0 | 137 | 113 | 70 | 534 | 132 | 27 |
| Binary | 1110001 | 110 | 11100 | 0 | 1011111 | 1001011 | 111000 | 101011100 | 1011010 | 10111 |
Color Harmonies of #71061C
Complementary color
Monochromatic Colors of #71061C
Black with #71061C
Text Example
Text Example
White with #71061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71061C; }
p { color: rgb(113,6,28); }
H1.HeaderClassName
{
color: #71061C;
}
.AnyTagClassName
{
color: #71061C;
}
</style>
background-color css
<style>
a { background-color: #71061C; }
a { background-color: rgb(113,6,28); }
div.DivClassName
{
background-color: #71061C;
}
.BgClassName
{
background-color: #71061C;
}
</style>
border-color css
<style>
span { border-color: #71061C; }
span { border-color: rgb(113,6,28); }
td.TdClassName
{
border-color: #71061C;
}
.TagClassName
{
border-color: #71061C;
}
</style>