Shades of Pompadour #681E44
Tints of Pompadour #681E44
RGB
CMYK
RGB Variations
Color information
#681E44 (or 0x681E44) is known color: Pompadour. HEX triplet: 68, 1E and 44. RGB value is (104,30,68). Sum of RGB (Red+Green+Blue) = 104+30+68=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #681E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E44 is #97E1BB. Grayscale: #383838. Windows color (decimal): -9953724 or 4464232. OLE color: 4464232.
HSL color Cylindrical-coordinate representation of color #681E44: hue angle of 329.19º 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 #681E44 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 68 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.59 |
| HSL | 329.19º | 0.55% | 0.26% | - |
| HSV(B) | 329.19º | 0.71% | 0.41% | - |
| XYZ | 7.22 | 4.29 | 5.92 | - |
| YUV | 56.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 68 | 0 | 0.71 | 0.35 | 0.59 | 329.19 | 0.55 | 0.26 |
| Hex | 68 | 1E | 44 | 0 | 47 | 23 | 3B | 149 | 37 | 1A |
| Octal | 150 | 36 | 104 | 0 | 107 | 43 | 73 | 511 | 67 | 32 |
| Binary | 1101000 | 11110 | 1000100 | 0 | 1000111 | 100011 | 111011 | 101001001 | 110111 | 11010 |
Color Harmonies of #681E44
Complementary color
Monochromatic Colors of #681E44
Black with #681E44
Text Example
Text Example
White with #681E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E44; }
p { color: rgb(104,30,68); }
H1.HeaderClassName
{
color: #681E44;
}
.AnyTagClassName
{
color: #681E44;
}
</style>
background-color css
<style>
a { background-color: #681E44; }
a { background-color: rgb(104,30,68); }
div.DivClassName
{
background-color: #681E44;
}
.BgClassName
{
background-color: #681E44;
}
</style>
border-color css
<style>
span { border-color: #681E44; }
span { border-color: rgb(104,30,68); }
td.TdClassName
{
border-color: #681E44;
}
.TagClassName
{
border-color: #681E44;
}
</style>