Shades of Burgundy #740728
Tints of Burgundy #740728
RGB
CMYK
RGB Variations
Color information
#740728 (or 0x740728) is known color: Burgundy. HEX triplet: 74, 07 and 28. RGB value is (116,7,40). Sum of RGB (Red+Green+Blue) = 116+7+40=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #740728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740728 is #8BF8D7. Grayscale: #2B2B2B. Windows color (decimal): -9173208 or 2623348. OLE color: 2623348.
HSL color Cylindrical-coordinate representation of color #740728: hue angle of 341.83º 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 #740728 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 40 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.55 |
| HSL | 341.83º | 0.89% | 0.24% | - |
| HSV(B) | 341.83º | 0.94% | 0.45% | - |
| XYZ | 7.66 | 4.02 | 2.38 | - |
| YUV | 43.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 40 | 0 | 0.94 | 0.66 | 0.55 | 341.83 | 0.89 | 0.24 |
| Hex | 74 | 7 | 28 | 0 | 5E | 42 | 37 | 156 | 59 | 18 |
| Octal | 164 | 7 | 50 | 0 | 136 | 102 | 67 | 526 | 131 | 30 |
| Binary | 1110100 | 111 | 101000 | 0 | 1011110 | 1000010 | 110111 | 101010110 | 1011001 | 11000 |
Color Harmonies of #740728
Complementary color
Monochromatic Colors of #740728
Black with #740728
Text Example
Text Example
White with #740728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740728; }
p { color: rgb(116,7,40); }
H1.HeaderClassName
{
color: #740728;
}
.AnyTagClassName
{
color: #740728;
}
</style>
background-color css
<style>
a { background-color: #740728; }
a { background-color: rgb(116,7,40); }
div.DivClassName
{
background-color: #740728;
}
.BgClassName
{
background-color: #740728;
}
</style>
border-color css
<style>
span { border-color: #740728; }
span { border-color: rgb(116,7,40); }
td.TdClassName
{
border-color: #740728;
}
.TagClassName
{
border-color: #740728;
}
</style>