Shades of Burgundy #750A0E
Tints of Burgundy #750A0E
RGB
CMYK
RGB Variations
Color information
#750A0E (or 0x750A0E) is known color: Burgundy. HEX triplet: 75, 0A and 0E. RGB value is (117,10,14). Sum of RGB (Red+Green+Blue) = 117+10+14=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A0E is #8AF5F1. Grayscale: #2A2A2A. Windows color (decimal): -9106930 or 920181. OLE color: 920181.
HSL color Cylindrical-coordinate representation of color #750A0E: hue angle of 357.76º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A0E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 14 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.54 |
| HSL | 357.76º | 0.84% | 0.25% | - |
| HSV(B) | 357.76º | 0.91% | 0.46% | - |
| XYZ | 7.52 | 4.03 | 0.8 | - |
| YUV | 42.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 14 | 0 | 0.91 | 0.88 | 0.54 | 357.76 | 0.84 | 0.25 |
| Hex | 75 | A | E | 0 | 5B | 58 | 36 | 166 | 54 | 19 |
| Octal | 165 | 12 | 16 | 0 | 133 | 130 | 66 | 546 | 124 | 31 |
| Binary | 1110101 | 1010 | 1110 | 0 | 1011011 | 1011000 | 110110 | 101100110 | 1010100 | 11001 |
Color Harmonies of #750A0E
Complementary color
Monochromatic Colors of #750A0E
Black with #750A0E
Text Example
Text Example
White with #750A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A0E; }
p { color: rgb(117,10,14); }
H1.HeaderClassName
{
color: #750A0E;
}
.AnyTagClassName
{
color: #750A0E;
}
</style>
background-color css
<style>
a { background-color: #750A0E; }
a { background-color: rgb(117,10,14); }
div.DivClassName
{
background-color: #750A0E;
}
.BgClassName
{
background-color: #750A0E;
}
</style>
border-color css
<style>
span { border-color: #750A0E; }
span { border-color: rgb(117,10,14); }
td.TdClassName
{
border-color: #750A0E;
}
.TagClassName
{
border-color: #750A0E;
}
</style>