Shades of Burgundy #740014
Tints of Burgundy #740014
RGB
CMYK
RGB Variations
Color information
#740014 (or 0x740014) is known color: Burgundy. HEX triplet: 74, 00 and 14. RGB value is (116,0,20). Sum of RGB (Red+Green+Blue) = 116+0+20=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #740014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740014 is #8BFFEB. Grayscale: #252525. Windows color (decimal): -9175020 or 1310836. OLE color: 1310836.
HSL color Cylindrical-coordinate representation of color #740014: hue angle of 349.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740014 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.83 | 0.55 |
| HSL | 349.66º | 1% | 0.23% | - |
| HSV(B) | 349.66º | 1% | 0.45% | - |
| XYZ | 7.33 | 3.76 | 1 | - |
| YUV | 36.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 20 | 0 | 1 | 0.83 | 0.55 | 349.66 | 1 | 0.23 |
| Hex | 74 | 0 | 14 | 0 | 64 | 53 | 37 | 15E | 64 | 17 |
| Octal | 164 | 0 | 24 | 0 | 144 | 123 | 67 | 536 | 144 | 27 |
| Binary | 1110100 | 0 | 10100 | 0 | 1100100 | 1010011 | 110111 | 101011110 | 1100100 | 10111 |
Color Harmonies of #740014
Complementary color
Monochromatic Colors of #740014
Black with #740014
Text Example
Text Example
White with #740014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740014; }
p { color: rgb(116,0,20); }
H1.HeaderClassName
{
color: #740014;
}
.AnyTagClassName
{
color: #740014;
}
</style>
background-color css
<style>
a { background-color: #740014; }
a { background-color: rgb(116,0,20); }
div.DivClassName
{
background-color: #740014;
}
.BgClassName
{
background-color: #740014;
}
</style>
border-color css
<style>
span { border-color: #740014; }
span { border-color: rgb(116,0,20); }
td.TdClassName
{
border-color: #740014;
}
.TagClassName
{
border-color: #740014;
}
</style>