Shades of Burgundy #750421
Tints of Burgundy #750421
RGB
CMYK
RGB Variations
Color information
#750421 (or 0x750421) is known color: Burgundy. HEX triplet: 75, 04 and 21. RGB value is (117,4,33). Sum of RGB (Red+Green+Blue) = 117+4+33=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #750421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750421 is #8AFBDE. Grayscale: #292929. Windows color (decimal): -9108447 or 2163829. OLE color: 2163829.
HSL color Cylindrical-coordinate representation of color #750421: hue angle of 344.6º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750421 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 33 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.54 |
| HSL | 344.6º | 0.93% | 0.24% | - |
| HSV(B) | 344.6º | 0.97% | 0.46% | - |
| XYZ | 7.65 | 3.98 | 1.8 | - |
| YUV | 41.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 33 | 0 | 0.97 | 0.72 | 0.54 | 344.6 | 0.93 | 0.24 |
| Hex | 75 | 4 | 21 | 0 | 61 | 48 | 36 | 159 | 5D | 18 |
| Octal | 165 | 4 | 41 | 0 | 141 | 110 | 66 | 531 | 135 | 30 |
| Binary | 1110101 | 100 | 100001 | 0 | 1100001 | 1001000 | 110110 | 101011001 | 1011101 | 11000 |
Color Harmonies of #750421
Complementary color
Monochromatic Colors of #750421
Black with #750421
Text Example
Text Example
White with #750421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750421; }
p { color: rgb(117,4,33); }
H1.HeaderClassName
{
color: #750421;
}
.AnyTagClassName
{
color: #750421;
}
</style>
background-color css
<style>
a { background-color: #750421; }
a { background-color: rgb(117,4,33); }
div.DivClassName
{
background-color: #750421;
}
.BgClassName
{
background-color: #750421;
}
</style>
border-color css
<style>
span { border-color: #750421; }
span { border-color: rgb(117,4,33); }
td.TdClassName
{
border-color: #750421;
}
.TagClassName
{
border-color: #750421;
}
</style>