Shades of Burgundy #740124
Tints of Burgundy #740124
RGB
CMYK
RGB Variations
Color information
#740124 (or 0x740124) is known color: Burgundy. HEX triplet: 74, 01 and 24. RGB value is (116,1,36). Sum of RGB (Red+Green+Blue) = 116+1+36=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #740124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740124 is #8BFEDB. Grayscale: #272727. Windows color (decimal): -9174748 or 2359668. OLE color: 2359668.
HSL color Cylindrical-coordinate representation of color #740124: hue angle of 341.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740124 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.55 |
| HSL | 341.74º | 0.98% | 0.23% | - |
| HSV(B) | 341.74º | 0.99% | 0.45% | - |
| XYZ | 7.53 | 3.86 | 2.02 | - |
| YUV | 39.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 36 | 0 | 0.99 | 0.69 | 0.55 | 341.74 | 0.98 | 0.23 |
| Hex | 74 | 1 | 24 | 0 | 63 | 45 | 37 | 156 | 62 | 17 |
| Octal | 164 | 1 | 44 | 0 | 143 | 105 | 67 | 526 | 142 | 27 |
| Binary | 1110100 | 1 | 100100 | 0 | 1100011 | 1000101 | 110111 | 101010110 | 1100010 | 10111 |
Color Harmonies of #740124
Complementary color
Monochromatic Colors of #740124
Black with #740124
Text Example
Text Example
White with #740124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740124; }
p { color: rgb(116,1,36); }
H1.HeaderClassName
{
color: #740124;
}
.AnyTagClassName
{
color: #740124;
}
</style>
background-color css
<style>
a { background-color: #740124; }
a { background-color: rgb(116,1,36); }
div.DivClassName
{
background-color: #740124;
}
.BgClassName
{
background-color: #740124;
}
</style>
border-color css
<style>
span { border-color: #740124; }
span { border-color: rgb(116,1,36); }
td.TdClassName
{
border-color: #740124;
}
.TagClassName
{
border-color: #740124;
}
</style>