Shades of Burgundy #750C0E
Tints of Burgundy #750C0E
RGB
CMYK
RGB Variations
Color information
#750C0E (or 0x750C0E) is known color: Burgundy. HEX triplet: 75, 0C and 0E. RGB value is (117,12,14). Sum of RGB (Red+Green+Blue) = 117+12+14=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750C0E is #8AF3F1. Grayscale: #2B2B2B. Windows color (decimal): -9106418 or 920693. OLE color: 920693.
HSL color Cylindrical-coordinate representation of color #750C0E: hue angle of 358.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C0E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 14 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.54 |
| HSL | 358.86º | 0.81% | 0.25% | - |
| HSV(B) | 358.86º | 0.9% | 0.46% | - |
| XYZ | 7.55 | 4.08 | 0.8 | - |
| YUV | 43.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 14 | 0 | 0.90 | 0.88 | 0.54 | 358.86 | 0.81 | 0.25 |
| Hex | 75 | C | E | 0 | 5A | 58 | 36 | 167 | 51 | 19 |
| Octal | 165 | 14 | 16 | 0 | 132 | 130 | 66 | 547 | 121 | 31 |
| Binary | 1110101 | 1100 | 1110 | 0 | 1011010 | 1011000 | 110110 | 101100111 | 1010001 | 11001 |
Color Harmonies of #750C0E
Complementary color
Monochromatic Colors of #750C0E
Black with #750C0E
Text Example
Text Example
White with #750C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C0E; }
p { color: rgb(117,12,14); }
H1.HeaderClassName
{
color: #750C0E;
}
.AnyTagClassName
{
color: #750C0E;
}
</style>
background-color css
<style>
a { background-color: #750C0E; }
a { background-color: rgb(117,12,14); }
div.DivClassName
{
background-color: #750C0E;
}
.BgClassName
{
background-color: #750C0E;
}
</style>
border-color css
<style>
span { border-color: #750C0E; }
span { border-color: rgb(117,12,14); }
td.TdClassName
{
border-color: #750C0E;
}
.TagClassName
{
border-color: #750C0E;
}
</style>