Shades of Burgundy #750924
Tints of Burgundy #750924
RGB
CMYK
RGB Variations
Color information
#750924 (or 0x750924) is known color: Burgundy. HEX triplet: 75, 09 and 24. RGB value is (117,9,36). Sum of RGB (Red+Green+Blue) = 117+9+36=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #750924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750924 is #8AF6DB. Grayscale: #2C2C2C. Windows color (decimal): -9107164 or 2361717. OLE color: 2361717.
HSL color Cylindrical-coordinate representation of color #750924: hue angle of 345º 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 #750924 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 36 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.54 |
| HSL | 345º | 0.86% | 0.25% | - |
| HSV(B) | 345º | 0.92% | 0.46% | - |
| XYZ | 7.75 | 4.1 | 2.05 | - |
| YUV | 44.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 36 | 0 | 0.92 | 0.69 | 0.54 | 345 | 0.86 | 0.25 |
| Hex | 75 | 9 | 24 | 0 | 5C | 45 | 36 | 159 | 56 | 19 |
| Octal | 165 | 11 | 44 | 0 | 134 | 105 | 66 | 531 | 126 | 31 |
| Binary | 1110101 | 1001 | 100100 | 0 | 1011100 | 1000101 | 110110 | 101011001 | 1010110 | 11001 |
Color Harmonies of #750924
Complementary color
Monochromatic Colors of #750924
Black with #750924
Text Example
Text Example
White with #750924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750924; }
p { color: rgb(117,9,36); }
H1.HeaderClassName
{
color: #750924;
}
.AnyTagClassName
{
color: #750924;
}
</style>
background-color css
<style>
a { background-color: #750924; }
a { background-color: rgb(117,9,36); }
div.DivClassName
{
background-color: #750924;
}
.BgClassName
{
background-color: #750924;
}
</style>
border-color css
<style>
span { border-color: #750924; }
span { border-color: rgb(117,9,36); }
td.TdClassName
{
border-color: #750924;
}
.TagClassName
{
border-color: #750924;
}
</style>