Shades of Pompadour #762149
Tints of Pompadour #762149
RGB
CMYK
RGB Variations
Color information
#762149 (or 0x762149) is known color: Pompadour. HEX triplet: 76, 21 and 49. RGB value is (118,33,73). Sum of RGB (Red+Green+Blue) = 118+33+73=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #762149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762149 is #89DEB6. Grayscale: #3E3E3E. Windows color (decimal): -9035447 or 4792694. OLE color: 4792694.
HSL color Cylindrical-coordinate representation of color #762149: hue angle of 331.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762149 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 73 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.54 |
| HSL | 331.76º | 0.56% | 0.3% | - |
| HSV(B) | 331.76º | 0.72% | 0.46% | - |
| XYZ | 9.22 | 5.42 | 6.86 | - |
| YUV | 62.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 73 | 0 | 0.72 | 0.38 | 0.54 | 331.76 | 0.56 | 0.3 |
| Hex | 76 | 21 | 49 | 0 | 48 | 26 | 36 | 14C | 38 | 1E |
| Octal | 166 | 41 | 111 | 0 | 110 | 46 | 66 | 514 | 70 | 36 |
| Binary | 1110110 | 100001 | 1001001 | 0 | 1001000 | 100110 | 110110 | 101001100 | 111000 | 11110 |
Color Harmonies of #762149
Complementary color
Monochromatic Colors of #762149
Black with #762149
Text Example
Text Example
White with #762149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762149; }
p { color: rgb(118,33,73); }
H1.HeaderClassName
{
color: #762149;
}
.AnyTagClassName
{
color: #762149;
}
</style>
background-color css
<style>
a { background-color: #762149; }
a { background-color: rgb(118,33,73); }
div.DivClassName
{
background-color: #762149;
}
.BgClassName
{
background-color: #762149;
}
</style>
border-color css
<style>
span { border-color: #762149; }
span { border-color: rgb(118,33,73); }
td.TdClassName
{
border-color: #762149;
}
.TagClassName
{
border-color: #762149;
}
</style>