Shades of Burgundy #740B1D
Tints of Burgundy #740B1D
RGB
CMYK
RGB Variations
Color information
#740B1D (or 0x740B1D) is known color: Burgundy. HEX triplet: 74, 0B and 1D. RGB value is (116,11,29). Sum of RGB (Red+Green+Blue) = 116+11+29=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740B1D is #8BF4E2. Grayscale: #2C2C2C. Windows color (decimal): -9172195 or 1903476. OLE color: 1903476.
HSL color Cylindrical-coordinate representation of color #740B1D: hue angle of 349.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B1D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 11 | 29 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.55 |
| HSL | 349.71º | 0.83% | 0.25% | - |
| HSV(B) | 349.71º | 0.91% | 0.45% | - |
| XYZ | 7.54 | 4.04 | 1.54 | - |
| YUV | 44.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 29 | 0 | 0.91 | 0.75 | 0.55 | 349.71 | 0.83 | 0.25 |
| Hex | 74 | B | 1D | 0 | 5B | 4B | 37 | 15E | 53 | 19 |
| Octal | 164 | 13 | 35 | 0 | 133 | 113 | 67 | 536 | 123 | 31 |
| Binary | 1110100 | 1011 | 11101 | 0 | 1011011 | 1001011 | 110111 | 101011110 | 1010011 | 11001 |
Color Harmonies of #740B1D
Complementary color
Monochromatic Colors of #740B1D
Black with #740B1D
Text Example
Text Example
White with #740B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B1D; }
p { color: rgb(116,11,29); }
H1.HeaderClassName
{
color: #740B1D;
}
.AnyTagClassName
{
color: #740B1D;
}
</style>
background-color css
<style>
a { background-color: #740B1D; }
a { background-color: rgb(116,11,29); }
div.DivClassName
{
background-color: #740B1D;
}
.BgClassName
{
background-color: #740B1D;
}
</style>
border-color css
<style>
span { border-color: #740B1D; }
span { border-color: rgb(116,11,29); }
td.TdClassName
{
border-color: #740B1D;
}
.TagClassName
{
border-color: #740B1D;
}
</style>