Shades of Burgundy #750714
Tints of Burgundy #750714
RGB
CMYK
RGB Variations
Color information
#750714 (or 0x750714) is known color: Burgundy. HEX triplet: 75, 07 and 14. RGB value is (117,7,20). Sum of RGB (Red+Green+Blue) = 117+7+20=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #750714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750714 is #8AF8EB. Grayscale: #292929. Windows color (decimal): -9107692 or 1312629. OLE color: 1312629.
HSL color Cylindrical-coordinate representation of color #750714: hue angle of 352.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750714 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 20 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.54 |
| HSL | 352.91º | 0.89% | 0.24% | - |
| HSV(B) | 352.91º | 0.94% | 0.46% | - |
| XYZ | 7.54 | 3.98 | 1.03 | - |
| YUV | 41.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 20 | 0 | 0.94 | 0.83 | 0.54 | 352.91 | 0.89 | 0.24 |
| Hex | 75 | 7 | 14 | 0 | 5E | 53 | 36 | 161 | 59 | 18 |
| Octal | 165 | 7 | 24 | 0 | 136 | 123 | 66 | 541 | 131 | 30 |
| Binary | 1110101 | 111 | 10100 | 0 | 1011110 | 1010011 | 110110 | 101100001 | 1011001 | 11000 |
Color Harmonies of #750714
Complementary color
Monochromatic Colors of #750714
Black with #750714
Text Example
Text Example
White with #750714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750714; }
p { color: rgb(117,7,20); }
H1.HeaderClassName
{
color: #750714;
}
.AnyTagClassName
{
color: #750714;
}
</style>
background-color css
<style>
a { background-color: #750714; }
a { background-color: rgb(117,7,20); }
div.DivClassName
{
background-color: #750714;
}
.BgClassName
{
background-color: #750714;
}
</style>
border-color css
<style>
span { border-color: #750714; }
span { border-color: rgb(117,7,20); }
td.TdClassName
{
border-color: #750714;
}
.TagClassName
{
border-color: #750714;
}
</style>