Shades of Burgundy #740724
Tints of Burgundy #740724
RGB
CMYK
RGB Variations
Color information
#740724 (or 0x740724) is known color: Burgundy. HEX triplet: 74, 07 and 24. RGB value is (116,7,36). Sum of RGB (Red+Green+Blue) = 116+7+36=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #740724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740724 is #8BF8DB. Grayscale: #2A2A2A. Windows color (decimal): -9173212 or 2361204. OLE color: 2361204.
HSL color Cylindrical-coordinate representation of color #740724: hue angle of 344.04º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740724 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 36 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.55 |
| HSL | 344.04º | 0.89% | 0.24% | - |
| HSV(B) | 344.04º | 0.94% | 0.45% | - |
| XYZ | 7.6 | 3.99 | 2.04 | - |
| YUV | 42.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 36 | 0 | 0.94 | 0.69 | 0.55 | 344.04 | 0.89 | 0.24 |
| Hex | 74 | 7 | 24 | 0 | 5E | 45 | 37 | 158 | 59 | 18 |
| Octal | 164 | 7 | 44 | 0 | 136 | 105 | 67 | 530 | 131 | 30 |
| Binary | 1110100 | 111 | 100100 | 0 | 1011110 | 1000101 | 110111 | 101011000 | 1011001 | 11000 |
Color Harmonies of #740724
Complementary color
Monochromatic Colors of #740724
Black with #740724
Text Example
Text Example
White with #740724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740724; }
p { color: rgb(116,7,36); }
H1.HeaderClassName
{
color: #740724;
}
.AnyTagClassName
{
color: #740724;
}
</style>
background-color css
<style>
a { background-color: #740724; }
a { background-color: rgb(116,7,36); }
div.DivClassName
{
background-color: #740724;
}
.BgClassName
{
background-color: #740724;
}
</style>
border-color css
<style>
span { border-color: #740724; }
span { border-color: rgb(116,7,36); }
td.TdClassName
{
border-color: #740724;
}
.TagClassName
{
border-color: #740724;
}
</style>