Shades of Burgundy #750A20
Tints of Burgundy #750A20
RGB
CMYK
RGB Variations
Color information
#750A20 (or 0x750A20) is known color: Burgundy. HEX triplet: 75, 0A and 20. RGB value is (117,10,32). Sum of RGB (Red+Green+Blue) = 117+10+32=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #750A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A20 is #8AF5DF. Grayscale: #2C2C2C. Windows color (decimal): -9106912 or 2099829. OLE color: 2099829.
HSL color Cylindrical-coordinate representation of color #750A20: hue angle of 347.66º degrees, saturation: 0.84, 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 #750A20 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 32 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.54 |
| HSL | 347.66º | 0.84% | 0.25% | - |
| HSV(B) | 347.66º | 0.91% | 0.46% | - |
| XYZ | 7.71 | 4.1 | 1.75 | - |
| YUV | 44.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 32 | 0 | 0.91 | 0.73 | 0.54 | 347.66 | 0.84 | 0.25 |
| Hex | 75 | A | 20 | 0 | 5B | 49 | 36 | 15C | 54 | 19 |
| Octal | 165 | 12 | 40 | 0 | 133 | 111 | 66 | 534 | 124 | 31 |
| Binary | 1110101 | 1010 | 100000 | 0 | 1011011 | 1001001 | 110110 | 101011100 | 1010100 | 11001 |
Color Harmonies of #750A20
Complementary color
Monochromatic Colors of #750A20
Black with #750A20
Text Example
Text Example
White with #750A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A20; }
p { color: rgb(117,10,32); }
H1.HeaderClassName
{
color: #750A20;
}
.AnyTagClassName
{
color: #750A20;
}
</style>
background-color css
<style>
a { background-color: #750A20; }
a { background-color: rgb(117,10,32); }
div.DivClassName
{
background-color: #750A20;
}
.BgClassName
{
background-color: #750A20;
}
</style>
border-color css
<style>
span { border-color: #750A20; }
span { border-color: rgb(117,10,32); }
td.TdClassName
{
border-color: #750A20;
}
.TagClassName
{
border-color: #750A20;
}
</style>