Shades of Burgundy #740D11
Tints of Burgundy #740D11
RGB
CMYK
RGB Variations
Color information
#740D11 (or 0x740D11) is known color: Burgundy. HEX triplet: 74, 0D and 11. RGB value is (116,13,17). Sum of RGB (Red+Green+Blue) = 116+13+17=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #740D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740D11 is #8BF2EE. Grayscale: #2C2C2C. Windows color (decimal): -9171695 or 1117556. OLE color: 1117556.
HSL color Cylindrical-coordinate representation of color #740D11: hue angle of 357.67º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D11 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 17 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.55 |
| HSL | 357.67º | 0.8% | 0.25% | - |
| HSV(B) | 357.67º | 0.89% | 0.45% | - |
| XYZ | 7.45 | 4.04 | 0.92 | - |
| YUV | 44.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 17 | 0 | 0.89 | 0.85 | 0.55 | 357.67 | 0.8 | 0.25 |
| Hex | 74 | D | 11 | 0 | 59 | 55 | 37 | 166 | 50 | 19 |
| Octal | 164 | 15 | 21 | 0 | 131 | 125 | 67 | 546 | 120 | 31 |
| Binary | 1110100 | 1101 | 10001 | 0 | 1011001 | 1010101 | 110111 | 101100110 | 1010000 | 11001 |
Color Harmonies of #740D11
Complementary color
Monochromatic Colors of #740D11
Black with #740D11
Text Example
Text Example
White with #740D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D11; }
p { color: rgb(116,13,17); }
H1.HeaderClassName
{
color: #740D11;
}
.AnyTagClassName
{
color: #740D11;
}
</style>
background-color css
<style>
a { background-color: #740D11; }
a { background-color: rgb(116,13,17); }
div.DivClassName
{
background-color: #740D11;
}
.BgClassName
{
background-color: #740D11;
}
</style>
border-color css
<style>
span { border-color: #740D11; }
span { border-color: rgb(116,13,17); }
td.TdClassName
{
border-color: #740D11;
}
.TagClassName
{
border-color: #740D11;
}
</style>