Shades of Burgundy #750510
Tints of Burgundy #750510
RGB
CMYK
RGB Variations
Color information
#750510 (or 0x750510) is known color: Burgundy. HEX triplet: 75, 05 and 10. RGB value is (117,5,16). Sum of RGB (Red+Green+Blue) = 117+5+16=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #750510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750510 is #8AFAEF. Grayscale: #272727. Windows color (decimal): -9108208 or 1049973. OLE color: 1049973.
HSL color Cylindrical-coordinate representation of color #750510: hue angle of 354.11º 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 #750510 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 16 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.54 |
| HSL | 354.11º | 0.92% | 0.24% | - |
| HSV(B) | 354.11º | 0.96% | 0.46% | - |
| XYZ | 7.48 | 3.93 | 0.85 | - |
| YUV | 39.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 16 | 0 | 0.96 | 0.86 | 0.54 | 354.11 | 0.92 | 0.24 |
| Hex | 75 | 5 | 10 | 0 | 60 | 56 | 36 | 162 | 5C | 18 |
| Octal | 165 | 5 | 20 | 0 | 140 | 126 | 66 | 542 | 134 | 30 |
| Binary | 1110101 | 101 | 10000 | 0 | 1100000 | 1010110 | 110110 | 101100010 | 1011100 | 11000 |
Color Harmonies of #750510
Complementary color
Monochromatic Colors of #750510
Black with #750510
Text Example
Text Example
White with #750510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750510; }
p { color: rgb(117,5,16); }
H1.HeaderClassName
{
color: #750510;
}
.AnyTagClassName
{
color: #750510;
}
</style>
background-color css
<style>
a { background-color: #750510; }
a { background-color: rgb(117,5,16); }
div.DivClassName
{
background-color: #750510;
}
.BgClassName
{
background-color: #750510;
}
</style>
border-color css
<style>
span { border-color: #750510; }
span { border-color: rgb(117,5,16); }
td.TdClassName
{
border-color: #750510;
}
.TagClassName
{
border-color: #750510;
}
</style>