Shades of Burgundy #740428
Tints of Burgundy #740428
RGB
CMYK
RGB Variations
Color information
#740428 (or 0x740428) is known color: Burgundy. HEX triplet: 74, 04 and 28. RGB value is (116,4,40). Sum of RGB (Red+Green+Blue) = 116+4+40=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #740428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740428 is #8BFBD7. Grayscale: #292929. Windows color (decimal): -9173976 or 2622580. OLE color: 2622580.
HSL color Cylindrical-coordinate representation of color #740428: hue angle of 340.71º 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 #740428 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 40 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.55 |
| HSL | 340.71º | 0.93% | 0.24% | - |
| HSV(B) | 340.71º | 0.97% | 0.45% | - |
| XYZ | 7.63 | 3.95 | 2.37 | - |
| YUV | 41.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 40 | 0 | 0.97 | 0.66 | 0.55 | 340.71 | 0.93 | 0.24 |
| Hex | 74 | 4 | 28 | 0 | 61 | 42 | 37 | 155 | 5D | 18 |
| Octal | 164 | 4 | 50 | 0 | 141 | 102 | 67 | 525 | 135 | 30 |
| Binary | 1110100 | 100 | 101000 | 0 | 1100001 | 1000010 | 110111 | 101010101 | 1011101 | 11000 |
Color Harmonies of #740428
Complementary color
Monochromatic Colors of #740428
Black with #740428
Text Example
Text Example
White with #740428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740428; }
p { color: rgb(116,4,40); }
H1.HeaderClassName
{
color: #740428;
}
.AnyTagClassName
{
color: #740428;
}
</style>
background-color css
<style>
a { background-color: #740428; }
a { background-color: rgb(116,4,40); }
div.DivClassName
{
background-color: #740428;
}
.BgClassName
{
background-color: #740428;
}
</style>
border-color css
<style>
span { border-color: #740428; }
span { border-color: rgb(116,4,40); }
td.TdClassName
{
border-color: #740428;
}
.TagClassName
{
border-color: #740428;
}
</style>