Shades of Burgundy #740D14
Tints of Burgundy #740D14
RGB
CMYK
RGB Variations
Color information
#740D14 (or 0x740D14) is known color: Burgundy. HEX triplet: 74, 0D and 14. RGB value is (116,13,20). Sum of RGB (Red+Green+Blue) = 116+13+20=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #740D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740D14 is #8BF2EB. Grayscale: #2C2C2C. Windows color (decimal): -9171692 or 1314164. OLE color: 1314164.
HSL color Cylindrical-coordinate representation of color #740D14: hue angle of 355.92º 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 #740D14 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 20 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.55 |
| HSL | 355.92º | 0.8% | 0.25% | - |
| HSV(B) | 355.92º | 0.89% | 0.45% | - |
| XYZ | 7.47 | 4.05 | 1.05 | - |
| YUV | 44.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 20 | 0 | 0.89 | 0.83 | 0.55 | 355.92 | 0.8 | 0.25 |
| Hex | 74 | D | 14 | 0 | 59 | 53 | 37 | 164 | 50 | 19 |
| Octal | 164 | 15 | 24 | 0 | 131 | 123 | 67 | 544 | 120 | 31 |
| Binary | 1110100 | 1101 | 10100 | 0 | 1011001 | 1010011 | 110111 | 101100100 | 1010000 | 11001 |
Color Harmonies of #740D14
Complementary color
Monochromatic Colors of #740D14
Black with #740D14
Text Example
Text Example
White with #740D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D14; }
p { color: rgb(116,13,20); }
H1.HeaderClassName
{
color: #740D14;
}
.AnyTagClassName
{
color: #740D14;
}
</style>
background-color css
<style>
a { background-color: #740D14; }
a { background-color: rgb(116,13,20); }
div.DivClassName
{
background-color: #740D14;
}
.BgClassName
{
background-color: #740D14;
}
</style>
border-color css
<style>
span { border-color: #740D14; }
span { border-color: rgb(116,13,20); }
td.TdClassName
{
border-color: #740D14;
}
.TagClassName
{
border-color: #740D14;
}
</style>