Shades of Burgundy #750A2D
Tints of Burgundy #750A2D
RGB
CMYK
RGB Variations
Color information
#750A2D (or 0x750A2D) is known color: Burgundy. HEX triplet: 75, 0A and 2D. RGB value is (117,10,45). Sum of RGB (Red+Green+Blue) = 117+10+45=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #750A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A2D is #8AF5D2. Grayscale: #2D2D2D. Windows color (decimal): -9106899 or 2951797. OLE color: 2951797.
HSL color Cylindrical-coordinate representation of color #750A2D: hue angle of 340.37º 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 #750A2D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 45 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.54 |
| HSL | 340.37º | 0.84% | 0.25% | - |
| HSV(B) | 340.37º | 0.91% | 0.46% | - |
| XYZ | 7.92 | 4.19 | 2.87 | - |
| YUV | 45.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 45 | 0 | 0.91 | 0.62 | 0.54 | 340.37 | 0.84 | 0.25 |
| Hex | 75 | A | 2D | 0 | 5B | 3E | 36 | 154 | 54 | 19 |
| Octal | 165 | 12 | 55 | 0 | 133 | 76 | 66 | 524 | 124 | 31 |
| Binary | 1110101 | 1010 | 101101 | 0 | 1011011 | 111110 | 110110 | 101010100 | 1010100 | 11001 |
Color Harmonies of #750A2D
Complementary color
Monochromatic Colors of #750A2D
Black with #750A2D
Text Example
Text Example
White with #750A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A2D; }
p { color: rgb(117,10,45); }
H1.HeaderClassName
{
color: #750A2D;
}
.AnyTagClassName
{
color: #750A2D;
}
</style>
background-color css
<style>
a { background-color: #750A2D; }
a { background-color: rgb(117,10,45); }
div.DivClassName
{
background-color: #750A2D;
}
.BgClassName
{
background-color: #750A2D;
}
</style>
border-color css
<style>
span { border-color: #750A2D; }
span { border-color: rgb(117,10,45); }
td.TdClassName
{
border-color: #750A2D;
}
.TagClassName
{
border-color: #750A2D;
}
</style>