Shades of Burgundy #750B2E
Tints of Burgundy #750B2E
RGB
CMYK
RGB Variations
Color information
#750B2E (or 0x750B2E) is known color: Burgundy. HEX triplet: 75, 0B and 2E. RGB value is (117,11,46). Sum of RGB (Red+Green+Blue) = 117+11+46=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #750B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B2E is #8AF4D1. Grayscale: #2E2E2E. Windows color (decimal): -9106642 or 3017589. OLE color: 3017589.
HSL color Cylindrical-coordinate representation of color #750B2E: hue angle of 340.19º degrees, saturation: 0.83, 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 #750B2E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 46 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.54 |
| HSL | 340.19º | 0.83% | 0.25% | - |
| HSV(B) | 340.19º | 0.91% | 0.46% | - |
| XYZ | 7.95 | 4.22 | 2.98 | - |
| YUV | 46.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 46 | 0 | 0.91 | 0.61 | 0.54 | 340.19 | 0.83 | 0.25 |
| Hex | 75 | B | 2E | 0 | 5B | 3D | 36 | 154 | 53 | 19 |
| Octal | 165 | 13 | 56 | 0 | 133 | 75 | 66 | 524 | 123 | 31 |
| Binary | 1110101 | 1011 | 101110 | 0 | 1011011 | 111101 | 110110 | 101010100 | 1010011 | 11001 |
Color Harmonies of #750B2E
Complementary color
Monochromatic Colors of #750B2E
Black with #750B2E
Text Example
Text Example
White with #750B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B2E; }
p { color: rgb(117,11,46); }
H1.HeaderClassName
{
color: #750B2E;
}
.AnyTagClassName
{
color: #750B2E;
}
</style>
background-color css
<style>
a { background-color: #750B2E; }
a { background-color: rgb(117,11,46); }
div.DivClassName
{
background-color: #750B2E;
}
.BgClassName
{
background-color: #750B2E;
}
</style>
border-color css
<style>
span { border-color: #750B2E; }
span { border-color: rgb(117,11,46); }
td.TdClassName
{
border-color: #750B2E;
}
.TagClassName
{
border-color: #750B2E;
}
</style>