Shades of Pompadour #761D41
Tints of Pompadour #761D41
RGB
CMYK
RGB Variations
Color information
#761D41 (or 0x761D41) is known color: Pompadour. HEX triplet: 76, 1D and 41. RGB value is (118,29,65). Sum of RGB (Red+Green+Blue) = 118+29+65=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #761D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D41 is #89E2BE. Grayscale: #3B3B3B. Windows color (decimal): -9036479 or 4267382. OLE color: 4267382.
HSL color Cylindrical-coordinate representation of color #761D41: hue angle of 335.73º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D41 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 65 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.54 |
| HSL | 335.73º | 0.61% | 0.29% | - |
| HSV(B) | 335.73º | 0.75% | 0.46% | - |
| XYZ | 8.86 | 5.11 | 5.52 | - |
| YUV | 59.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 65 | 0 | 0.75 | 0.45 | 0.54 | 335.73 | 0.61 | 0.29 |
| Hex | 76 | 1D | 41 | 0 | 4B | 2D | 36 | 150 | 3D | 1D |
| Octal | 166 | 35 | 101 | 0 | 113 | 55 | 66 | 520 | 75 | 35 |
| Binary | 1110110 | 11101 | 1000001 | 0 | 1001011 | 101101 | 110110 | 101010000 | 111101 | 11101 |
Color Harmonies of #761D41
Complementary color
Monochromatic Colors of #761D41
Black with #761D41
Text Example
Text Example
White with #761D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D41; }
p { color: rgb(118,29,65); }
H1.HeaderClassName
{
color: #761D41;
}
.AnyTagClassName
{
color: #761D41;
}
</style>
background-color css
<style>
a { background-color: #761D41; }
a { background-color: rgb(118,29,65); }
div.DivClassName
{
background-color: #761D41;
}
.BgClassName
{
background-color: #761D41;
}
</style>
border-color css
<style>
span { border-color: #761D41; }
span { border-color: rgb(118,29,65); }
td.TdClassName
{
border-color: #761D41;
}
.TagClassName
{
border-color: #761D41;
}
</style>