Shades of Pompadour #681A4E
Tints of Pompadour #681A4E
RGB
CMYK
RGB Variations
Color information
#681A4E (or 0x681A4E) is known color: Pompadour. HEX triplet: 68, 1A and 4E. RGB value is (104,26,78). Sum of RGB (Red+Green+Blue) = 104+26+78=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A4E is #97E5B1. Grayscale: #373737. Windows color (decimal): -9954738 or 5118568. OLE color: 5118568.
HSL color Cylindrical-coordinate representation of color #681A4E: hue angle of 320º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A4E is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 78 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.59 |
| HSL | 320º | 0.6% | 0.25% | - |
| HSV(B) | 320º | 0.75% | 0.41% | - |
| XYZ | 7.45 | 4.23 | 7.63 | - |
| YUV | 55.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 78 | 0 | 0.75 | 0.25 | 0.59 | 320 | 0.6 | 0.25 |
| Hex | 68 | 1A | 4E | 0 | 4B | 19 | 3B | 140 | 3C | 19 |
| Octal | 150 | 32 | 116 | 0 | 113 | 31 | 73 | 500 | 74 | 31 |
| Binary | 1101000 | 11010 | 1001110 | 0 | 1001011 | 11001 | 111011 | 101000000 | 111100 | 11001 |
Color Harmonies of #681A4E
Complementary color
Monochromatic Colors of #681A4E
Black with #681A4E
Text Example
Text Example
White with #681A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A4E; }
p { color: rgb(104,26,78); }
H1.HeaderClassName
{
color: #681A4E;
}
.AnyTagClassName
{
color: #681A4E;
}
</style>
background-color css
<style>
a { background-color: #681A4E; }
a { background-color: rgb(104,26,78); }
div.DivClassName
{
background-color: #681A4E;
}
.BgClassName
{
background-color: #681A4E;
}
</style>
border-color css
<style>
span { border-color: #681A4E; }
span { border-color: rgb(104,26,78); }
td.TdClassName
{
border-color: #681A4E;
}
.TagClassName
{
border-color: #681A4E;
}
</style>