Shades of Pompadour #68144D
Tints of Pompadour #68144D
RGB
CMYK
RGB Variations
Color information
#68144D (or 0x68144D) is known color: Pompadour. HEX triplet: 68, 14 and 4D. RGB value is (104,20,77). Sum of RGB (Red+Green+Blue) = 104+20+77=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68144D is #97EBB2. Grayscale: #333333. Windows color (decimal): -9956275 or 5051496. OLE color: 5051496.
HSL color Cylindrical-coordinate representation of color #68144D: hue angle of 319.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68144D is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 20 | 77 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.59 |
| HSL | 319.29º | 0.68% | 0.24% | - |
| HSV(B) | 319.29º | 0.81% | 0.41% | - |
| XYZ | 7.3 | 3.98 | 7.4 | - |
| YUV | 51.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 77 | 0 | 0.81 | 0.26 | 0.59 | 319.29 | 0.68 | 0.24 |
| Hex | 68 | 14 | 4D | 0 | 51 | 1A | 3B | 13F | 44 | 18 |
| Octal | 150 | 24 | 115 | 0 | 121 | 32 | 73 | 477 | 104 | 30 |
| Binary | 1101000 | 10100 | 1001101 | 0 | 1010001 | 11010 | 111011 | 100111111 | 1000100 | 11000 |
Color Harmonies of #68144D
Complementary color
Monochromatic Colors of #68144D
Black with #68144D
Text Example
Text Example
White with #68144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68144D; }
p { color: rgb(104,20,77); }
H1.HeaderClassName
{
color: #68144D;
}
.AnyTagClassName
{
color: #68144D;
}
</style>
background-color css
<style>
a { background-color: #68144D; }
a { background-color: rgb(104,20,77); }
div.DivClassName
{
background-color: #68144D;
}
.BgClassName
{
background-color: #68144D;
}
</style>
border-color css
<style>
span { border-color: #68144D; }
span { border-color: rgb(104,20,77); }
td.TdClassName
{
border-color: #68144D;
}
.TagClassName
{
border-color: #68144D;
}
</style>