Shades of Burgundy #740E1B
Tints of Burgundy #740E1B
RGB
CMYK
RGB Variations
Color information
#740E1B (or 0x740E1B) is known color: Burgundy. HEX triplet: 74, 0E and 1B. RGB value is (116,14,27). Sum of RGB (Red+Green+Blue) = 116+14+27=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #740E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740E1B is #8BF1E4. Grayscale: #2E2E2E. Windows color (decimal): -9171429 or 1773172. OLE color: 1773172.
HSL color Cylindrical-coordinate representation of color #740E1B: hue angle of 352.35º 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 #740E1B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 27 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.55 |
| HSL | 352.35º | 0.78% | 0.25% | - |
| HSV(B) | 352.35º | 0.88% | 0.45% | - |
| XYZ | 7.56 | 4.11 | 1.43 | - |
| YUV | 45.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 27 | 0 | 0.88 | 0.77 | 0.55 | 352.35 | 0.78 | 0.25 |
| Hex | 74 | E | 1B | 0 | 58 | 4D | 37 | 160 | 4E | 19 |
| Octal | 164 | 16 | 33 | 0 | 130 | 115 | 67 | 540 | 116 | 31 |
| Binary | 1110100 | 1110 | 11011 | 0 | 1011000 | 1001101 | 110111 | 101100000 | 1001110 | 11001 |
Color Harmonies of #740E1B
Complementary color
Monochromatic Colors of #740E1B
Black with #740E1B
Text Example
Text Example
White with #740E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E1B; }
p { color: rgb(116,14,27); }
H1.HeaderClassName
{
color: #740E1B;
}
.AnyTagClassName
{
color: #740E1B;
}
</style>
background-color css
<style>
a { background-color: #740E1B; }
a { background-color: rgb(116,14,27); }
div.DivClassName
{
background-color: #740E1B;
}
.BgClassName
{
background-color: #740E1B;
}
</style>
border-color css
<style>
span { border-color: #740E1B; }
span { border-color: rgb(116,14,27); }
td.TdClassName
{
border-color: #740E1B;
}
.TagClassName
{
border-color: #740E1B;
}
</style>