Shades of Burgundy #740C1E
Tints of Burgundy #740C1E
RGB
CMYK
RGB Variations
Color information
#740C1E (or 0x740C1E) is known color: Burgundy. HEX triplet: 74, 0C and 1E. RGB value is (116,12,30). Sum of RGB (Red+Green+Blue) = 116+12+30=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #740C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C1E is #8BF3E1. Grayscale: #2D2D2D. Windows color (decimal): -9171938 or 1969268. OLE color: 1969268.
HSL color Cylindrical-coordinate representation of color #740C1E: hue angle of 349.62º 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 #740C1E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 30 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.55 |
| HSL | 349.62º | 0.81% | 0.25% | - |
| HSV(B) | 349.62º | 0.9% | 0.45% | - |
| XYZ | 7.57 | 4.07 | 1.61 | - |
| YUV | 45.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 30 | 0 | 0.90 | 0.74 | 0.55 | 349.62 | 0.81 | 0.25 |
| Hex | 74 | C | 1E | 0 | 5A | 4A | 37 | 15E | 51 | 19 |
| Octal | 164 | 14 | 36 | 0 | 132 | 112 | 67 | 536 | 121 | 31 |
| Binary | 1110100 | 1100 | 11110 | 0 | 1011010 | 1001010 | 110111 | 101011110 | 1010001 | 11001 |
Color Harmonies of #740C1E
Complementary color
Monochromatic Colors of #740C1E
Black with #740C1E
Text Example
Text Example
White with #740C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C1E; }
p { color: rgb(116,12,30); }
H1.HeaderClassName
{
color: #740C1E;
}
.AnyTagClassName
{
color: #740C1E;
}
</style>
background-color css
<style>
a { background-color: #740C1E; }
a { background-color: rgb(116,12,30); }
div.DivClassName
{
background-color: #740C1E;
}
.BgClassName
{
background-color: #740C1E;
}
</style>
border-color css
<style>
span { border-color: #740C1E; }
span { border-color: rgb(116,12,30); }
td.TdClassName
{
border-color: #740C1E;
}
.TagClassName
{
border-color: #740C1E;
}
</style>