Shades of Pompadour #68154E
Tints of Pompadour #68154E
RGB
CMYK
RGB Variations
Color information
#68154E (or 0x68154E) is known color: Pompadour. HEX triplet: 68, 15 and 4E. RGB value is (104,21,78). Sum of RGB (Red+Green+Blue) = 104+21+78=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68154E is #97EAB1. Grayscale: #343434. Windows color (decimal): -9956018 or 5117288. OLE color: 5117288.
HSL color Cylindrical-coordinate representation of color #68154E: hue angle of 318.8º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68154E is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 21 | 78 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.59 |
| HSL | 318.8º | 0.66% | 0.25% | - |
| HSV(B) | 318.8º | 0.8% | 0.41% | - |
| XYZ | 7.35 | 4.03 | 7.6 | - |
| YUV | 52.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 78 | 0 | 0.80 | 0.25 | 0.59 | 318.8 | 0.66 | 0.25 |
| Hex | 68 | 15 | 4E | 0 | 50 | 19 | 3B | 13F | 42 | 19 |
| Octal | 150 | 25 | 116 | 0 | 120 | 31 | 73 | 477 | 102 | 31 |
| Binary | 1101000 | 10101 | 1001110 | 0 | 1010000 | 11001 | 111011 | 100111111 | 1000010 | 11001 |
Color Harmonies of #68154E
Complementary color
Monochromatic Colors of #68154E
Black with #68154E
Text Example
Text Example
White with #68154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68154E; }
p { color: rgb(104,21,78); }
H1.HeaderClassName
{
color: #68154E;
}
.AnyTagClassName
{
color: #68154E;
}
</style>
background-color css
<style>
a { background-color: #68154E; }
a { background-color: rgb(104,21,78); }
div.DivClassName
{
background-color: #68154E;
}
.BgClassName
{
background-color: #68154E;
}
</style>
border-color css
<style>
span { border-color: #68154E; }
span { border-color: rgb(104,21,78); }
td.TdClassName
{
border-color: #68154E;
}
.TagClassName
{
border-color: #68154E;
}
</style>