Shades of Burgundy #750A2E
Tints of Burgundy #750A2E
RGB
CMYK
RGB Variations
Color information
#750A2E (or 0x750A2E) is known color: Burgundy. HEX triplet: 75, 0A and 2E. RGB value is (117,10,46). Sum of RGB (Red+Green+Blue) = 117+10+46=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #750A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A2E is #8AF5D1. Grayscale: #2E2E2E. Windows color (decimal): -9106898 or 3017333. OLE color: 3017333.
HSL color Cylindrical-coordinate representation of color #750A2E: hue angle of 339.81º 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 #750A2E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 46 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.54 |
| HSL | 339.81º | 0.84% | 0.25% | - |
| HSV(B) | 339.81º | 0.91% | 0.46% | - |
| XYZ | 7.94 | 4.2 | 2.98 | - |
| YUV | 46.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 46 | 0 | 0.91 | 0.61 | 0.54 | 339.81 | 0.84 | 0.25 |
| Hex | 75 | A | 2E | 0 | 5B | 3D | 36 | 154 | 54 | 19 |
| Octal | 165 | 12 | 56 | 0 | 133 | 75 | 66 | 524 | 124 | 31 |
| Binary | 1110101 | 1010 | 101110 | 0 | 1011011 | 111101 | 110110 | 101010100 | 1010100 | 11001 |
Color Harmonies of #750A2E
Complementary color
Monochromatic Colors of #750A2E
Black with #750A2E
Text Example
Text Example
White with #750A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A2E; }
p { color: rgb(117,10,46); }
H1.HeaderClassName
{
color: #750A2E;
}
.AnyTagClassName
{
color: #750A2E;
}
</style>
background-color css
<style>
a { background-color: #750A2E; }
a { background-color: rgb(117,10,46); }
div.DivClassName
{
background-color: #750A2E;
}
.BgClassName
{
background-color: #750A2E;
}
</style>
border-color css
<style>
span { border-color: #750A2E; }
span { border-color: rgb(117,10,46); }
td.TdClassName
{
border-color: #750A2E;
}
.TagClassName
{
border-color: #750A2E;
}
</style>