Shades of Burgundy #750814
Tints of Burgundy #750814
RGB
CMYK
RGB Variations
Color information
#750814 (or 0x750814) is known color: Burgundy. HEX triplet: 75, 08 and 14. RGB value is (117,8,20). Sum of RGB (Red+Green+Blue) = 117+8+20=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750814 is #8AF7EB. Grayscale: #2A2A2A. Windows color (decimal): -9107436 or 1312885. OLE color: 1312885.
HSL color Cylindrical-coordinate representation of color #750814: hue angle of 353.39º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750814 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 20 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.54 |
| HSL | 353.39º | 0.87% | 0.25% | - |
| HSV(B) | 353.39º | 0.93% | 0.46% | - |
| XYZ | 7.55 | 4.01 | 1.04 | - |
| YUV | 41.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 20 | 0 | 0.93 | 0.83 | 0.54 | 353.39 | 0.87 | 0.25 |
| Hex | 75 | 8 | 14 | 0 | 5D | 53 | 36 | 161 | 57 | 19 |
| Octal | 165 | 10 | 24 | 0 | 135 | 123 | 66 | 541 | 127 | 31 |
| Binary | 1110101 | 1000 | 10100 | 0 | 1011101 | 1010011 | 110110 | 101100001 | 1010111 | 11001 |
Color Harmonies of #750814
Complementary color
Monochromatic Colors of #750814
Black with #750814
Text Example
Text Example
White with #750814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750814; }
p { color: rgb(117,8,20); }
H1.HeaderClassName
{
color: #750814;
}
.AnyTagClassName
{
color: #750814;
}
</style>
background-color css
<style>
a { background-color: #750814; }
a { background-color: rgb(117,8,20); }
div.DivClassName
{
background-color: #750814;
}
.BgClassName
{
background-color: #750814;
}
</style>
border-color css
<style>
span { border-color: #750814; }
span { border-color: rgb(117,8,20); }
td.TdClassName
{
border-color: #750814;
}
.TagClassName
{
border-color: #750814;
}
</style>