Shades of Burgundy #740424
Tints of Burgundy #740424
RGB
CMYK
RGB Variations
Color information
#740424 (or 0x740424) is known color: Burgundy. HEX triplet: 74, 04 and 24. RGB value is (116,4,36). Sum of RGB (Red+Green+Blue) = 116+4+36=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740424 is #8BFBDB. Grayscale: #292929. Windows color (decimal): -9173980 or 2360436. OLE color: 2360436.
HSL color Cylindrical-coordinate representation of color #740424: hue angle of 342.86º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740424 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 36 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.55 |
| HSL | 342.86º | 0.93% | 0.24% | - |
| HSV(B) | 342.86º | 0.97% | 0.45% | - |
| XYZ | 7.56 | 3.93 | 2.03 | - |
| YUV | 41.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 36 | 0 | 0.97 | 0.69 | 0.55 | 342.86 | 0.93 | 0.24 |
| Hex | 74 | 4 | 24 | 0 | 61 | 45 | 37 | 157 | 5D | 18 |
| Octal | 164 | 4 | 44 | 0 | 141 | 105 | 67 | 527 | 135 | 30 |
| Binary | 1110100 | 100 | 100100 | 0 | 1100001 | 1000101 | 110111 | 101010111 | 1011101 | 11000 |
Color Harmonies of #740424
Complementary color
Monochromatic Colors of #740424
Black with #740424
Text Example
Text Example
White with #740424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740424; }
p { color: rgb(116,4,36); }
H1.HeaderClassName
{
color: #740424;
}
.AnyTagClassName
{
color: #740424;
}
</style>
background-color css
<style>
a { background-color: #740424; }
a { background-color: rgb(116,4,36); }
div.DivClassName
{
background-color: #740424;
}
.BgClassName
{
background-color: #740424;
}
</style>
border-color css
<style>
span { border-color: #740424; }
span { border-color: rgb(116,4,36); }
td.TdClassName
{
border-color: #740424;
}
.TagClassName
{
border-color: #740424;
}
</style>