Shades of Burgundy #75042E
Tints of Burgundy #75042E
RGB
CMYK
RGB Variations
Color information
#75042E (or 0x75042E) is known color: Burgundy. HEX triplet: 75, 04 and 2E. RGB value is (117,4,46). Sum of RGB (Red+Green+Blue) = 117+4+46=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75042E is #8AFBD1. Grayscale: #2A2A2A. Windows color (decimal): -9108434 or 3015797. OLE color: 3015797.
HSL color Cylindrical-coordinate representation of color #75042E: hue angle of 337.7º 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 #75042E is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 46 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.54 |
| HSL | 337.7º | 0.93% | 0.24% | - |
| HSV(B) | 337.7º | 0.97% | 0.46% | - |
| XYZ | 7.87 | 4.07 | 2.95 | - |
| YUV | 42.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 46 | 0 | 0.97 | 0.61 | 0.54 | 337.7 | 0.93 | 0.24 |
| Hex | 75 | 4 | 2E | 0 | 61 | 3D | 36 | 152 | 5D | 18 |
| Octal | 165 | 4 | 56 | 0 | 141 | 75 | 66 | 522 | 135 | 30 |
| Binary | 1110101 | 100 | 101110 | 0 | 1100001 | 111101 | 110110 | 101010010 | 1011101 | 11000 |
Color Harmonies of #75042E
Complementary color
Monochromatic Colors of #75042E
Black with #75042E
Text Example
Text Example
White with #75042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75042E; }
p { color: rgb(117,4,46); }
H1.HeaderClassName
{
color: #75042E;
}
.AnyTagClassName
{
color: #75042E;
}
</style>
background-color css
<style>
a { background-color: #75042E; }
a { background-color: rgb(117,4,46); }
div.DivClassName
{
background-color: #75042E;
}
.BgClassName
{
background-color: #75042E;
}
</style>
border-color css
<style>
span { border-color: #75042E; }
span { border-color: rgb(117,4,46); }
td.TdClassName
{
border-color: #75042E;
}
.TagClassName
{
border-color: #75042E;
}
</style>