Shades of Pompadour #762051
Tints of Pompadour #762051
RGB
CMYK
RGB Variations
Color information
#762051 (or 0x762051) is known color: Pompadour. HEX triplet: 76, 20 and 51. RGB value is (118,32,81). Sum of RGB (Red+Green+Blue) = 118+32+81=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #762051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762051 is #89DFAE. Grayscale: #3F3F3F. Windows color (decimal): -9035695 or 5316726. OLE color: 5316726.
HSL color Cylindrical-coordinate representation of color #762051: hue angle of 325.81º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762051 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 81 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.54 |
| HSL | 325.81º | 0.57% | 0.29% | - |
| HSV(B) | 325.81º | 0.73% | 0.46% | - |
| XYZ | 9.47 | 5.48 | 8.34 | - |
| YUV | 63.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 81 | 0 | 0.73 | 0.31 | 0.54 | 325.81 | 0.57 | 0.29 |
| Hex | 76 | 20 | 51 | 0 | 49 | 1F | 36 | 146 | 39 | 1D |
| Octal | 166 | 40 | 121 | 0 | 111 | 37 | 66 | 506 | 71 | 35 |
| Binary | 1110110 | 100000 | 1010001 | 0 | 1001001 | 11111 | 110110 | 101000110 | 111001 | 11101 |
Color Harmonies of #762051
Complementary color
Monochromatic Colors of #762051
Black with #762051
Text Example
Text Example
White with #762051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762051; }
p { color: rgb(118,32,81); }
H1.HeaderClassName
{
color: #762051;
}
.AnyTagClassName
{
color: #762051;
}
</style>
background-color css
<style>
a { background-color: #762051; }
a { background-color: rgb(118,32,81); }
div.DivClassName
{
background-color: #762051;
}
.BgClassName
{
background-color: #762051;
}
</style>
border-color css
<style>
span { border-color: #762051; }
span { border-color: rgb(118,32,81); }
td.TdClassName
{
border-color: #762051;
}
.TagClassName
{
border-color: #762051;
}
</style>