Shades of Burgundy #750926
Tints of Burgundy #750926
RGB
CMYK
RGB Variations
Color information
#750926 (or 0x750926) is known color: Burgundy. HEX triplet: 75, 09 and 26. RGB value is (117,9,38). Sum of RGB (Red+Green+Blue) = 117+9+38=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #750926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750926 is #8AF6D9. Grayscale: #2C2C2C. Windows color (decimal): -9107162 or 2492789. OLE color: 2492789.
HSL color Cylindrical-coordinate representation of color #750926: hue angle of 343.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750926 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 38 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.54 |
| HSL | 343.89º | 0.86% | 0.25% | - |
| HSV(B) | 343.89º | 0.92% | 0.46% | - |
| XYZ | 7.78 | 4.12 | 2.22 | - |
| YUV | 44.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 38 | 0 | 0.92 | 0.68 | 0.54 | 343.89 | 0.86 | 0.25 |
| Hex | 75 | 9 | 26 | 0 | 5C | 44 | 36 | 158 | 56 | 19 |
| Octal | 165 | 11 | 46 | 0 | 134 | 104 | 66 | 530 | 126 | 31 |
| Binary | 1110101 | 1001 | 100110 | 0 | 1011100 | 1000100 | 110110 | 101011000 | 1010110 | 11001 |
Color Harmonies of #750926
Complementary color
Monochromatic Colors of #750926
Black with #750926
Text Example
Text Example
White with #750926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750926; }
p { color: rgb(117,9,38); }
H1.HeaderClassName
{
color: #750926;
}
.AnyTagClassName
{
color: #750926;
}
</style>
background-color css
<style>
a { background-color: #750926; }
a { background-color: rgb(117,9,38); }
div.DivClassName
{
background-color: #750926;
}
.BgClassName
{
background-color: #750926;
}
</style>
border-color css
<style>
span { border-color: #750926; }
span { border-color: rgb(117,9,38); }
td.TdClassName
{
border-color: #750926;
}
.TagClassName
{
border-color: #750926;
}
</style>