Shades of Pompadour #68184E
Tints of Pompadour #68184E
RGB
CMYK
RGB Variations
Color information
#68184E (or 0x68184E) is known color: Pompadour. HEX triplet: 68, 18 and 4E. RGB value is (104,24,78). Sum of RGB (Red+Green+Blue) = 104+24+78=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #68184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68184E is #97E7B1. Grayscale: #353535. Windows color (decimal): -9955250 or 5118056. OLE color: 5118056.
HSL color Cylindrical-coordinate representation of color #68184E: hue angle of 319.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68184E is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 78 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.59 |
| HSL | 319.5º | 0.63% | 0.25% | - |
| HSV(B) | 319.5º | 0.77% | 0.41% | - |
| XYZ | 7.41 | 4.15 | 7.62 | - |
| YUV | 54.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 78 | 0 | 0.77 | 0.25 | 0.59 | 319.5 | 0.63 | 0.25 |
| Hex | 68 | 18 | 4E | 0 | 4D | 19 | 3B | 140 | 3E | 19 |
| Octal | 150 | 30 | 116 | 0 | 115 | 31 | 73 | 500 | 76 | 31 |
| Binary | 1101000 | 11000 | 1001110 | 0 | 1001101 | 11001 | 111011 | 101000000 | 111110 | 11001 |
Color Harmonies of #68184E
Complementary color
Monochromatic Colors of #68184E
Black with #68184E
Text Example
Text Example
White with #68184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68184E; }
p { color: rgb(104,24,78); }
H1.HeaderClassName
{
color: #68184E;
}
.AnyTagClassName
{
color: #68184E;
}
</style>
background-color css
<style>
a { background-color: #68184E; }
a { background-color: rgb(104,24,78); }
div.DivClassName
{
background-color: #68184E;
}
.BgClassName
{
background-color: #68184E;
}
</style>
border-color css
<style>
span { border-color: #68184E; }
span { border-color: rgb(104,24,78); }
td.TdClassName
{
border-color: #68184E;
}
.TagClassName
{
border-color: #68184E;
}
</style>