Shades of Burgundy #750C1E
Tints of Burgundy #750C1E
RGB
CMYK
RGB Variations
Color information
#750C1E (or 0x750C1E) is known color: Burgundy. HEX triplet: 75, 0C and 1E. RGB value is (117,12,30). Sum of RGB (Red+Green+Blue) = 117+12+30=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #750C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C1E is #8AF3E1. Grayscale: #2D2D2D. Windows color (decimal): -9106402 or 1969269. OLE color: 1969269.
HSL color Cylindrical-coordinate representation of color #750C1E: hue angle of 349.71º 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 #750C1E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 30 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.54 |
| HSL | 349.71º | 0.81% | 0.25% | - |
| HSV(B) | 349.71º | 0.9% | 0.46% | - |
| XYZ | 7.7 | 4.14 | 1.62 | - |
| YUV | 45.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 30 | 0 | 0.90 | 0.74 | 0.54 | 349.71 | 0.81 | 0.25 |
| Hex | 75 | C | 1E | 0 | 5A | 4A | 36 | 15E | 51 | 19 |
| Octal | 165 | 14 | 36 | 0 | 132 | 112 | 66 | 536 | 121 | 31 |
| Binary | 1110101 | 1100 | 11110 | 0 | 1011010 | 1001010 | 110110 | 101011110 | 1010001 | 11001 |
Color Harmonies of #750C1E
Complementary color
Monochromatic Colors of #750C1E
Black with #750C1E
Text Example
Text Example
White with #750C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C1E; }
p { color: rgb(117,12,30); }
H1.HeaderClassName
{
color: #750C1E;
}
.AnyTagClassName
{
color: #750C1E;
}
</style>
background-color css
<style>
a { background-color: #750C1E; }
a { background-color: rgb(117,12,30); }
div.DivClassName
{
background-color: #750C1E;
}
.BgClassName
{
background-color: #750C1E;
}
</style>
border-color css
<style>
span { border-color: #750C1E; }
span { border-color: rgb(117,12,30); }
td.TdClassName
{
border-color: #750C1E;
}
.TagClassName
{
border-color: #750C1E;
}
</style>