Shades of Pompadour #760E39
Tints of Pompadour #760E39
RGB
CMYK
RGB Variations
Color information
#760E39 (or 0x760E39) is known color: Pompadour. HEX triplet: 76, 0E and 39. RGB value is (118,14,57). Sum of RGB (Red+Green+Blue) = 118+14+57=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #760E39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E39 is #89F1C6. Grayscale: #313131. Windows color (decimal): -9040327 or 3739254. OLE color: 3739254.
HSL color Cylindrical-coordinate representation of color #760E39: hue angle of 335.19º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E39 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 57 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.54 |
| HSL | 335.19º | 0.79% | 0.26% | - |
| HSV(B) | 335.19º | 0.88% | 0.46% | - |
| XYZ | 8.37 | 4.46 | 4.29 | - |
| YUV | 50 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 57 | 0 | 0.88 | 0.52 | 0.54 | 335.19 | 0.79 | 0.26 |
| Hex | 76 | E | 39 | 0 | 58 | 34 | 36 | 14F | 4F | 1A |
| Octal | 166 | 16 | 71 | 0 | 130 | 64 | 66 | 517 | 117 | 32 |
| Binary | 1110110 | 1110 | 111001 | 0 | 1011000 | 110100 | 110110 | 101001111 | 1001111 | 11010 |
Color Harmonies of #760E39
Complementary color
Monochromatic Colors of #760E39
Black with #760E39
Text Example
Text Example
White with #760E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E39; }
p { color: rgb(118,14,57); }
H1.HeaderClassName
{
color: #760E39;
}
.AnyTagClassName
{
color: #760E39;
}
</style>
background-color css
<style>
a { background-color: #760E39; }
a { background-color: rgb(118,14,57); }
div.DivClassName
{
background-color: #760E39;
}
.BgClassName
{
background-color: #760E39;
}
</style>
border-color css
<style>
span { border-color: #760E39; }
span { border-color: rgb(118,14,57); }
td.TdClassName
{
border-color: #760E39;
}
.TagClassName
{
border-color: #760E39;
}
</style>