Shades of Burgundy #750519
Tints of Burgundy #750519
RGB
CMYK
RGB Variations
Color information
#750519 (or 0x750519) is known color: Burgundy. HEX triplet: 75, 05 and 19. RGB value is (117,5,25). Sum of RGB (Red+Green+Blue) = 117+5+25=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #750519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750519 is #8AFAE6. Grayscale: #282828. Windows color (decimal): -9108199 or 1639797. OLE color: 1639797.
HSL color Cylindrical-coordinate representation of color #750519: hue angle of 349.29º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750519 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 25 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.54 |
| HSL | 349.29º | 0.92% | 0.24% | - |
| HSV(B) | 349.29º | 0.96% | 0.46% | - |
| XYZ | 7.57 | 3.96 | 1.29 | - |
| YUV | 40.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 25 | 0 | 0.96 | 0.79 | 0.54 | 349.29 | 0.92 | 0.24 |
| Hex | 75 | 5 | 19 | 0 | 60 | 4F | 36 | 15D | 5C | 18 |
| Octal | 165 | 5 | 31 | 0 | 140 | 117 | 66 | 535 | 134 | 30 |
| Binary | 1110101 | 101 | 11001 | 0 | 1100000 | 1001111 | 110110 | 101011101 | 1011100 | 11000 |
Color Harmonies of #750519
Complementary color
Monochromatic Colors of #750519
Black with #750519
Text Example
Text Example
White with #750519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750519; }
p { color: rgb(117,5,25); }
H1.HeaderClassName
{
color: #750519;
}
.AnyTagClassName
{
color: #750519;
}
</style>
background-color css
<style>
a { background-color: #750519; }
a { background-color: rgb(117,5,25); }
div.DivClassName
{
background-color: #750519;
}
.BgClassName
{
background-color: #750519;
}
</style>
border-color css
<style>
span { border-color: #750519; }
span { border-color: rgb(117,5,25); }
td.TdClassName
{
border-color: #750519;
}
.TagClassName
{
border-color: #750519;
}
</style>