Shades of Burgundy #740A1D
Tints of Burgundy #740A1D
RGB
CMYK
RGB Variations
Color information
#740A1D (or 0x740A1D) is known color: Burgundy. HEX triplet: 74, 0A and 1D. RGB value is (116,10,29). Sum of RGB (Red+Green+Blue) = 116+10+29=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #740A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A1D is #8BF5E2. Grayscale: #2B2B2B. Windows color (decimal): -9172451 or 1903220. OLE color: 1903220.
HSL color Cylindrical-coordinate representation of color #740A1D: hue angle of 349.25º degrees, saturation: 0.84, 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 #740A1D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 29 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.55 |
| HSL | 349.25º | 0.84% | 0.25% | - |
| HSV(B) | 349.25º | 0.91% | 0.45% | - |
| XYZ | 7.53 | 4.02 | 1.54 | - |
| YUV | 43.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 29 | 0 | 0.91 | 0.75 | 0.55 | 349.25 | 0.84 | 0.25 |
| Hex | 74 | A | 1D | 0 | 5B | 4B | 37 | 15D | 54 | 19 |
| Octal | 164 | 12 | 35 | 0 | 133 | 113 | 67 | 535 | 124 | 31 |
| Binary | 1110100 | 1010 | 11101 | 0 | 1011011 | 1001011 | 110111 | 101011101 | 1010100 | 11001 |
Color Harmonies of #740A1D
Complementary color
Monochromatic Colors of #740A1D
Black with #740A1D
Text Example
Text Example
White with #740A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A1D; }
p { color: rgb(116,10,29); }
H1.HeaderClassName
{
color: #740A1D;
}
.AnyTagClassName
{
color: #740A1D;
}
</style>
background-color css
<style>
a { background-color: #740A1D; }
a { background-color: rgb(116,10,29); }
div.DivClassName
{
background-color: #740A1D;
}
.BgClassName
{
background-color: #740A1D;
}
</style>
border-color css
<style>
span { border-color: #740A1D; }
span { border-color: rgb(116,10,29); }
td.TdClassName
{
border-color: #740A1D;
}
.TagClassName
{
border-color: #740A1D;
}
</style>