Shades of Pompadour #68154C
Tints of Pompadour #68154C
RGB
CMYK
RGB Variations
Color information
#68154C (or 0x68154C) is known color: Pompadour. HEX triplet: 68, 15 and 4C. RGB value is (104,21,76). Sum of RGB (Red+Green+Blue) = 104+21+76=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68154C is #97EAB3. Grayscale: #333333. Windows color (decimal): -9956020 or 4986216. OLE color: 4986216.
HSL color Cylindrical-coordinate representation of color #68154C: hue angle of 320.24º 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 #68154C is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 21 | 76 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.59 |
| HSL | 320.24º | 0.66% | 0.25% | - |
| HSV(B) | 320.24º | 0.8% | 0.41% | - |
| XYZ | 7.28 | 4 | 7.23 | - |
| YUV | 52.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 76 | 0 | 0.80 | 0.27 | 0.59 | 320.24 | 0.66 | 0.25 |
| Hex | 68 | 15 | 4C | 0 | 50 | 1B | 3B | 140 | 42 | 19 |
| Octal | 150 | 25 | 114 | 0 | 120 | 33 | 73 | 500 | 102 | 31 |
| Binary | 1101000 | 10101 | 1001100 | 0 | 1010000 | 11011 | 111011 | 101000000 | 1000010 | 11001 |
Color Harmonies of #68154C
Complementary color
Monochromatic Colors of #68154C
Black with #68154C
Text Example
Text Example
White with #68154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68154C; }
p { color: rgb(104,21,76); }
H1.HeaderClassName
{
color: #68154C;
}
.AnyTagClassName
{
color: #68154C;
}
</style>
background-color css
<style>
a { background-color: #68154C; }
a { background-color: rgb(104,21,76); }
div.DivClassName
{
background-color: #68154C;
}
.BgClassName
{
background-color: #68154C;
}
</style>
border-color css
<style>
span { border-color: #68154C; }
span { border-color: rgb(104,21,76); }
td.TdClassName
{
border-color: #68154C;
}
.TagClassName
{
border-color: #68154C;
}
</style>