Shades of Burgundy #750726
Tints of Burgundy #750726
RGB
CMYK
RGB Variations
Color information
#750726 (or 0x750726) is known color: Burgundy. HEX triplet: 75, 07 and 26. RGB value is (117,7,38). Sum of RGB (Red+Green+Blue) = 117+7+38=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #750726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750726 is #8AF8D9. Grayscale: #2B2B2B. Windows color (decimal): -9107674 or 2492277. OLE color: 2492277.
HSL color Cylindrical-coordinate representation of color #750726: hue angle of 343.09º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750726 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 38 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.54 |
| HSL | 343.09º | 0.89% | 0.24% | - |
| HSV(B) | 343.09º | 0.94% | 0.46% | - |
| XYZ | 7.76 | 4.07 | 2.21 | - |
| YUV | 43.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 38 | 0 | 0.94 | 0.68 | 0.54 | 343.09 | 0.89 | 0.24 |
| Hex | 75 | 7 | 26 | 0 | 5E | 44 | 36 | 157 | 59 | 18 |
| Octal | 165 | 7 | 46 | 0 | 136 | 104 | 66 | 527 | 131 | 30 |
| Binary | 1110101 | 111 | 100110 | 0 | 1011110 | 1000100 | 110110 | 101010111 | 1011001 | 11000 |
Color Harmonies of #750726
Complementary color
Monochromatic Colors of #750726
Black with #750726
Text Example
Text Example
White with #750726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750726; }
p { color: rgb(117,7,38); }
H1.HeaderClassName
{
color: #750726;
}
.AnyTagClassName
{
color: #750726;
}
</style>
background-color css
<style>
a { background-color: #750726; }
a { background-color: rgb(117,7,38); }
div.DivClassName
{
background-color: #750726;
}
.BgClassName
{
background-color: #750726;
}
</style>
border-color css
<style>
span { border-color: #750726; }
span { border-color: rgb(117,7,38); }
td.TdClassName
{
border-color: #750726;
}
.TagClassName
{
border-color: #750726;
}
</style>