Shades of Burgundy #740412
Tints of Burgundy #740412
RGB
CMYK
RGB Variations
Color information
#740412 (or 0x740412) is known color: Burgundy. HEX triplet: 74, 04 and 12. RGB value is (116,4,18). Sum of RGB (Red+Green+Blue) = 116+4+18=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #740412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740412 is #8BFBED. Grayscale: #272727. Windows color (decimal): -9173998 or 1180788. OLE color: 1180788.
HSL color Cylindrical-coordinate representation of color #740412: hue angle of 352.5º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740412 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 18 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.55 |
| HSL | 352.5º | 0.93% | 0.24% | - |
| HSV(B) | 352.5º | 0.97% | 0.45% | - |
| XYZ | 7.36 | 3.84 | 0.93 | - |
| YUV | 39.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 18 | 0 | 0.97 | 0.84 | 0.55 | 352.5 | 0.93 | 0.24 |
| Hex | 74 | 4 | 12 | 0 | 61 | 54 | 37 | 160 | 5D | 18 |
| Octal | 164 | 4 | 22 | 0 | 141 | 124 | 67 | 540 | 135 | 30 |
| Binary | 1110100 | 100 | 10010 | 0 | 1100001 | 1010100 | 110111 | 101100000 | 1011101 | 11000 |
Color Harmonies of #740412
Complementary color
Monochromatic Colors of #740412
Black with #740412
Text Example
Text Example
White with #740412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740412; }
p { color: rgb(116,4,18); }
H1.HeaderClassName
{
color: #740412;
}
.AnyTagClassName
{
color: #740412;
}
</style>
background-color css
<style>
a { background-color: #740412; }
a { background-color: rgb(116,4,18); }
div.DivClassName
{
background-color: #740412;
}
.BgClassName
{
background-color: #740412;
}
</style>
border-color css
<style>
span { border-color: #740412; }
span { border-color: rgb(116,4,18); }
td.TdClassName
{
border-color: #740412;
}
.TagClassName
{
border-color: #740412;
}
</style>