Shades of Burgundy #740C2E
Tints of Burgundy #740C2E
RGB
CMYK
RGB Variations
Color information
#740C2E (or 0x740C2E) is known color: Burgundy. HEX triplet: 74, 0C and 2E. RGB value is (116,12,46). Sum of RGB (Red+Green+Blue) = 116+12+46=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #740C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C2E is #8BF3D1. Grayscale: #2E2E2E. Windows color (decimal): -9171922 or 3017844. OLE color: 3017844.
HSL color Cylindrical-coordinate representation of color #740C2E: hue angle of 340.38º 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 #740C2E is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 46 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.55 |
| HSL | 340.38º | 0.81% | 0.25% | - |
| HSV(B) | 340.38º | 0.9% | 0.45% | - |
| XYZ | 7.83 | 4.17 | 2.98 | - |
| YUV | 46.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 46 | 0 | 0.90 | 0.60 | 0.55 | 340.38 | 0.81 | 0.25 |
| Hex | 74 | C | 2E | 0 | 5A | 3C | 37 | 154 | 51 | 19 |
| Octal | 164 | 14 | 56 | 0 | 132 | 74 | 67 | 524 | 121 | 31 |
| Binary | 1110100 | 1100 | 101110 | 0 | 1011010 | 111100 | 110111 | 101010100 | 1010001 | 11001 |
Color Harmonies of #740C2E
Complementary color
Monochromatic Colors of #740C2E
Black with #740C2E
Text Example
Text Example
White with #740C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C2E; }
p { color: rgb(116,12,46); }
H1.HeaderClassName
{
color: #740C2E;
}
.AnyTagClassName
{
color: #740C2E;
}
</style>
background-color css
<style>
a { background-color: #740C2E; }
a { background-color: rgb(116,12,46); }
div.DivClassName
{
background-color: #740C2E;
}
.BgClassName
{
background-color: #740C2E;
}
</style>
border-color css
<style>
span { border-color: #740C2E; }
span { border-color: rgb(116,12,46); }
td.TdClassName
{
border-color: #740C2E;
}
.TagClassName
{
border-color: #740C2E;
}
</style>