Shades of Burgundy #740E2A
Tints of Burgundy #740E2A
RGB
CMYK
RGB Variations
Color information
#740E2A (or 0x740E2A) is known color: Burgundy. HEX triplet: 74, 0E and 2A. RGB value is (116,14,42). Sum of RGB (Red+Green+Blue) = 116+14+42=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #740E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740E2A is #8BF1D5. Grayscale: #2F2F2F. Windows color (decimal): -9171414 or 2756212. OLE color: 2756212.
HSL color Cylindrical-coordinate representation of color #740E2A: hue angle of 343.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E2A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 42 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.55 |
| HSL | 343.53º | 0.78% | 0.25% | - |
| HSV(B) | 343.53º | 0.88% | 0.45% | - |
| XYZ | 7.78 | 4.19 | 2.59 | - |
| YUV | 47.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 42 | 0 | 0.88 | 0.64 | 0.55 | 343.53 | 0.78 | 0.25 |
| Hex | 74 | E | 2A | 0 | 58 | 40 | 37 | 158 | 4E | 19 |
| Octal | 164 | 16 | 52 | 0 | 130 | 100 | 67 | 530 | 116 | 31 |
| Binary | 1110100 | 1110 | 101010 | 0 | 1011000 | 1000000 | 110111 | 101011000 | 1001110 | 11001 |
Color Harmonies of #740E2A
Complementary color
Monochromatic Colors of #740E2A
Black with #740E2A
Text Example
Text Example
White with #740E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E2A; }
p { color: rgb(116,14,42); }
H1.HeaderClassName
{
color: #740E2A;
}
.AnyTagClassName
{
color: #740E2A;
}
</style>
background-color css
<style>
a { background-color: #740E2A; }
a { background-color: rgb(116,14,42); }
div.DivClassName
{
background-color: #740E2A;
}
.BgClassName
{
background-color: #740E2A;
}
</style>
border-color css
<style>
span { border-color: #740E2A; }
span { border-color: rgb(116,14,42); }
td.TdClassName
{
border-color: #740E2A;
}
.TagClassName
{
border-color: #740E2A;
}
</style>