Shades of Pompadour #681E51
Tints of Pompadour #681E51
RGB
CMYK
RGB Variations
Color information
#681E51 (or 0x681E51) is known color: Pompadour. HEX triplet: 68, 1E and 51. RGB value is (104,30,81). Sum of RGB (Red+Green+Blue) = 104+30+81=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #681E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E51 is #97E1AE. Grayscale: #393939. Windows color (decimal): -9953711 or 5316200. OLE color: 5316200.
HSL color Cylindrical-coordinate representation of color #681E51: hue angle of 318.65º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E51 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 81 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.59 |
| HSL | 318.65º | 0.55% | 0.26% | - |
| HSV(B) | 318.65º | 0.71% | 0.41% | - |
| XYZ | 7.66 | 4.47 | 8.24 | - |
| YUV | 57.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 81 | 0 | 0.71 | 0.22 | 0.59 | 318.65 | 0.55 | 0.26 |
| Hex | 68 | 1E | 51 | 0 | 47 | 16 | 3B | 13F | 37 | 1A |
| Octal | 150 | 36 | 121 | 0 | 107 | 26 | 73 | 477 | 67 | 32 |
| Binary | 1101000 | 11110 | 1010001 | 0 | 1000111 | 10110 | 111011 | 100111111 | 110111 | 11010 |
Color Harmonies of #681E51
Complementary color
Monochromatic Colors of #681E51
Black with #681E51
Text Example
Text Example
White with #681E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E51; }
p { color: rgb(104,30,81); }
H1.HeaderClassName
{
color: #681E51;
}
.AnyTagClassName
{
color: #681E51;
}
</style>
background-color css
<style>
a { background-color: #681E51; }
a { background-color: rgb(104,30,81); }
div.DivClassName
{
background-color: #681E51;
}
.BgClassName
{
background-color: #681E51;
}
</style>
border-color css
<style>
span { border-color: #681E51; }
span { border-color: rgb(104,30,81); }
td.TdClassName
{
border-color: #681E51;
}
.TagClassName
{
border-color: #681E51;
}
</style>