Shades of Burgundy #750E2A
Tints of Burgundy #750E2A
RGB
CMYK
RGB Variations
Color information
#750E2A (or 0x750E2A) is known color: Burgundy. HEX triplet: 75, 0E and 2A. RGB value is (117,14,42). Sum of RGB (Red+Green+Blue) = 117+14+42=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #750E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E2A is #8AF1D5. Grayscale: #2F2F2F. Windows color (decimal): -9105878 or 2756213. OLE color: 2756213.
HSL color Cylindrical-coordinate representation of color #750E2A: hue angle of 343.69º 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 #750E2A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 42 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.54 |
| HSL | 343.69º | 0.79% | 0.26% | - |
| HSV(B) | 343.69º | 0.88% | 0.46% | - |
| XYZ | 7.91 | 4.26 | 2.6 | - |
| YUV | 47.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 42 | 0 | 0.88 | 0.64 | 0.54 | 343.69 | 0.79 | 0.26 |
| Hex | 75 | E | 2A | 0 | 58 | 40 | 36 | 158 | 4F | 1A |
| Octal | 165 | 16 | 52 | 0 | 130 | 100 | 66 | 530 | 117 | 32 |
| Binary | 1110101 | 1110 | 101010 | 0 | 1011000 | 1000000 | 110110 | 101011000 | 1001111 | 11010 |
Color Harmonies of #750E2A
Complementary color
Monochromatic Colors of #750E2A
Black with #750E2A
Text Example
Text Example
White with #750E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E2A; }
p { color: rgb(117,14,42); }
H1.HeaderClassName
{
color: #750E2A;
}
.AnyTagClassName
{
color: #750E2A;
}
</style>
background-color css
<style>
a { background-color: #750E2A; }
a { background-color: rgb(117,14,42); }
div.DivClassName
{
background-color: #750E2A;
}
.BgClassName
{
background-color: #750E2A;
}
</style>
border-color css
<style>
span { border-color: #750E2A; }
span { border-color: rgb(117,14,42); }
td.TdClassName
{
border-color: #750E2A;
}
.TagClassName
{
border-color: #750E2A;
}
</style>