Shades of Burgundy #750E1E
Tints of Burgundy #750E1E
RGB
CMYK
RGB Variations
Color information
#750E1E (or 0x750E1E) is known color: Burgundy. HEX triplet: 75, 0E and 1E. RGB value is (117,14,30). Sum of RGB (Red+Green+Blue) = 117+14+30=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #750E1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E1E is #8AF1E1. Grayscale: #2E2E2E. Windows color (decimal): -9105890 or 1969781. OLE color: 1969781.
HSL color Cylindrical-coordinate representation of color #750E1E: hue angle of 350.68º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E1E is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 30 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.54 |
| HSL | 350.68º | 0.79% | 0.26% | - |
| HSV(B) | 350.68º | 0.88% | 0.46% | - |
| XYZ | 7.73 | 4.19 | 1.63 | - |
| YUV | 46.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 30 | 0 | 0.88 | 0.74 | 0.54 | 350.68 | 0.79 | 0.26 |
| Hex | 75 | E | 1E | 0 | 58 | 4A | 36 | 15F | 4F | 1A |
| Octal | 165 | 16 | 36 | 0 | 130 | 112 | 66 | 537 | 117 | 32 |
| Binary | 1110101 | 1110 | 11110 | 0 | 1011000 | 1001010 | 110110 | 101011111 | 1001111 | 11010 |
Color Harmonies of #750E1E
Complementary color
Monochromatic Colors of #750E1E
Black with #750E1E
Text Example
Text Example
White with #750E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E1E; }
p { color: rgb(117,14,30); }
H1.HeaderClassName
{
color: #750E1E;
}
.AnyTagClassName
{
color: #750E1E;
}
</style>
background-color css
<style>
a { background-color: #750E1E; }
a { background-color: rgb(117,14,30); }
div.DivClassName
{
background-color: #750E1E;
}
.BgClassName
{
background-color: #750E1E;
}
</style>
border-color css
<style>
span { border-color: #750E1E; }
span { border-color: rgb(117,14,30); }
td.TdClassName
{
border-color: #750E1E;
}
.TagClassName
{
border-color: #750E1E;
}
</style>