Shades of Burgundy #740A1E
Tints of Burgundy #740A1E
RGB
CMYK
RGB Variations
Color information
#740A1E (or 0x740A1E) is known color: Burgundy. HEX triplet: 74, 0A and 1E. RGB value is (116,10,30). Sum of RGB (Red+Green+Blue) = 116+10+30=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A1E is #8BF5E1. Grayscale: #2B2B2B. Windows color (decimal): -9172450 or 1968756. OLE color: 1968756.
HSL color Cylindrical-coordinate representation of color #740A1E: hue angle of 348.68º 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 #740A1E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 30 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.55 |
| HSL | 348.68º | 0.84% | 0.25% | - |
| HSV(B) | 348.68º | 0.91% | 0.45% | - |
| XYZ | 7.55 | 4.02 | 1.61 | - |
| YUV | 43.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 30 | 0 | 0.91 | 0.74 | 0.55 | 348.68 | 0.84 | 0.25 |
| Hex | 74 | A | 1E | 0 | 5B | 4A | 37 | 15D | 54 | 19 |
| Octal | 164 | 12 | 36 | 0 | 133 | 112 | 67 | 535 | 124 | 31 |
| Binary | 1110100 | 1010 | 11110 | 0 | 1011011 | 1001010 | 110111 | 101011101 | 1010100 | 11001 |
Color Harmonies of #740A1E
Complementary color
Monochromatic Colors of #740A1E
Black with #740A1E
Text Example
Text Example
White with #740A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A1E; }
p { color: rgb(116,10,30); }
H1.HeaderClassName
{
color: #740A1E;
}
.AnyTagClassName
{
color: #740A1E;
}
</style>
background-color css
<style>
a { background-color: #740A1E; }
a { background-color: rgb(116,10,30); }
div.DivClassName
{
background-color: #740A1E;
}
.BgClassName
{
background-color: #740A1E;
}
</style>
border-color css
<style>
span { border-color: #740A1E; }
span { border-color: rgb(116,10,30); }
td.TdClassName
{
border-color: #740A1E;
}
.TagClassName
{
border-color: #740A1E;
}
</style>