Shades of Pompadour #761F43
Tints of Pompadour #761F43
RGB
CMYK
RGB Variations
Color information
#761F43 (or 0x761F43) is known color: Pompadour. HEX triplet: 76, 1F and 43. RGB value is (118,31,67). Sum of RGB (Red+Green+Blue) = 118+31+67=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #761F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F43 is #89E0BC. Grayscale: #3D3D3D. Windows color (decimal): -9035965 or 4398966. OLE color: 4398966.
HSL color Cylindrical-coordinate representation of color #761F43: hue angle of 335.17º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F43 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 67 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.54 |
| HSL | 335.17º | 0.58% | 0.29% | - |
| HSV(B) | 335.17º | 0.74% | 0.46% | - |
| XYZ | 8.97 | 5.24 | 5.85 | - |
| YUV | 61.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 67 | 0 | 0.74 | 0.43 | 0.54 | 335.17 | 0.58 | 0.29 |
| Hex | 76 | 1F | 43 | 0 | 4A | 2B | 36 | 14F | 3A | 1D |
| Octal | 166 | 37 | 103 | 0 | 112 | 53 | 66 | 517 | 72 | 35 |
| Binary | 1110110 | 11111 | 1000011 | 0 | 1001010 | 101011 | 110110 | 101001111 | 111010 | 11101 |
Color Harmonies of #761F43
Complementary color
Monochromatic Colors of #761F43
Black with #761F43
Text Example
Text Example
White with #761F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F43; }
p { color: rgb(118,31,67); }
H1.HeaderClassName
{
color: #761F43;
}
.AnyTagClassName
{
color: #761F43;
}
</style>
background-color css
<style>
a { background-color: #761F43; }
a { background-color: rgb(118,31,67); }
div.DivClassName
{
background-color: #761F43;
}
.BgClassName
{
background-color: #761F43;
}
</style>
border-color css
<style>
span { border-color: #761F43; }
span { border-color: rgb(118,31,67); }
td.TdClassName
{
border-color: #761F43;
}
.TagClassName
{
border-color: #761F43;
}
</style>