Shades of Burgundy #740914
Tints of Burgundy #740914
RGB
CMYK
RGB Variations
Color information
#740914 (or 0x740914) is known color: Burgundy. HEX triplet: 74, 09 and 14. RGB value is (116,9,20). Sum of RGB (Red+Green+Blue) = 116+9+20=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #740914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740914 is #8BF6EB. Grayscale: #2A2A2A. Windows color (decimal): -9172716 or 1313140. OLE color: 1313140.
HSL color Cylindrical-coordinate representation of color #740914: hue angle of 353.83º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740914 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 20 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.55 |
| HSL | 353.83º | 0.86% | 0.25% | - |
| HSV(B) | 353.83º | 0.92% | 0.45% | - |
| XYZ | 7.43 | 3.96 | 1.03 | - |
| YUV | 42.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 20 | 0 | 0.92 | 0.83 | 0.55 | 353.83 | 0.86 | 0.25 |
| Hex | 74 | 9 | 14 | 0 | 5C | 53 | 37 | 162 | 56 | 19 |
| Octal | 164 | 11 | 24 | 0 | 134 | 123 | 67 | 542 | 126 | 31 |
| Binary | 1110100 | 1001 | 10100 | 0 | 1011100 | 1010011 | 110111 | 101100010 | 1010110 | 11001 |
Color Harmonies of #740914
Complementary color
Monochromatic Colors of #740914
Black with #740914
Text Example
Text Example
White with #740914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740914; }
p { color: rgb(116,9,20); }
H1.HeaderClassName
{
color: #740914;
}
.AnyTagClassName
{
color: #740914;
}
</style>
background-color css
<style>
a { background-color: #740914; }
a { background-color: rgb(116,9,20); }
div.DivClassName
{
background-color: #740914;
}
.BgClassName
{
background-color: #740914;
}
</style>
border-color css
<style>
span { border-color: #740914; }
span { border-color: rgb(116,9,20); }
td.TdClassName
{
border-color: #740914;
}
.TagClassName
{
border-color: #740914;
}
</style>