Shades of Burgundy #750724
Tints of Burgundy #750724
RGB
CMYK
RGB Variations
Color information
#750724 (or 0x750724) is known color: Burgundy. HEX triplet: 75, 07 and 24. RGB value is (117,7,36). Sum of RGB (Red+Green+Blue) = 117+7+36=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750724 is #8AF8DB. Grayscale: #2B2B2B. Windows color (decimal): -9107676 or 2361205. OLE color: 2361205.
HSL color Cylindrical-coordinate representation of color #750724: hue angle of 344.18º 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 #750724 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 36 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.54 |
| HSL | 344.18º | 0.89% | 0.24% | - |
| HSV(B) | 344.18º | 0.94% | 0.46% | - |
| XYZ | 7.73 | 4.06 | 2.05 | - |
| YUV | 43.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 36 | 0 | 0.94 | 0.69 | 0.54 | 344.18 | 0.89 | 0.24 |
| Hex | 75 | 7 | 24 | 0 | 5E | 45 | 36 | 158 | 59 | 18 |
| Octal | 165 | 7 | 44 | 0 | 136 | 105 | 66 | 530 | 131 | 30 |
| Binary | 1110101 | 111 | 100100 | 0 | 1011110 | 1000101 | 110110 | 101011000 | 1011001 | 11000 |
Color Harmonies of #750724
Complementary color
Monochromatic Colors of #750724
Black with #750724
Text Example
Text Example
White with #750724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750724; }
p { color: rgb(117,7,36); }
H1.HeaderClassName
{
color: #750724;
}
.AnyTagClassName
{
color: #750724;
}
</style>
background-color css
<style>
a { background-color: #750724; }
a { background-color: rgb(117,7,36); }
div.DivClassName
{
background-color: #750724;
}
.BgClassName
{
background-color: #750724;
}
</style>
border-color css
<style>
span { border-color: #750724; }
span { border-color: rgb(117,7,36); }
td.TdClassName
{
border-color: #750724;
}
.TagClassName
{
border-color: #750724;
}
</style>