Shades of Burgundy #740C12
Tints of Burgundy #740C12
RGB
CMYK
RGB Variations
Color information
#740C12 (or 0x740C12) is known color: Burgundy. HEX triplet: 74, 0C and 12. RGB value is (116,12,18). Sum of RGB (Red+Green+Blue) = 116+12+18=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #740C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740C12 is #8BF3ED. Grayscale: #2B2B2B. Windows color (decimal): -9171950 or 1182836. OLE color: 1182836.
HSL color Cylindrical-coordinate representation of color #740C12: hue angle of 356.54º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C12 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 18 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.55 |
| HSL | 356.54º | 0.81% | 0.25% | - |
| HSV(B) | 356.54º | 0.9% | 0.45% | - |
| XYZ | 7.44 | 4.02 | 0.96 | - |
| YUV | 43.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 18 | 0 | 0.90 | 0.84 | 0.55 | 356.54 | 0.81 | 0.25 |
| Hex | 74 | C | 12 | 0 | 5A | 54 | 37 | 165 | 51 | 19 |
| Octal | 164 | 14 | 22 | 0 | 132 | 124 | 67 | 545 | 121 | 31 |
| Binary | 1110100 | 1100 | 10010 | 0 | 1011010 | 1010100 | 110111 | 101100101 | 1010001 | 11001 |
Color Harmonies of #740C12
Complementary color
Monochromatic Colors of #740C12
Black with #740C12
Text Example
Text Example
White with #740C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C12; }
p { color: rgb(116,12,18); }
H1.HeaderClassName
{
color: #740C12;
}
.AnyTagClassName
{
color: #740C12;
}
</style>
background-color css
<style>
a { background-color: #740C12; }
a { background-color: rgb(116,12,18); }
div.DivClassName
{
background-color: #740C12;
}
.BgClassName
{
background-color: #740C12;
}
</style>
border-color css
<style>
span { border-color: #740C12; }
span { border-color: rgb(116,12,18); }
td.TdClassName
{
border-color: #740C12;
}
.TagClassName
{
border-color: #740C12;
}
</style>