Shades of Pompadour #68294A
Tints of Pompadour #68294A
RGB
CMYK
RGB Variations
Color information
#68294A (or 0x68294A) is known color: Pompadour. HEX triplet: 68, 29 and 4A. RGB value is (104,41,74). Sum of RGB (Red+Green+Blue) = 104+41+74=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68294A is #97D6B5. Grayscale: #3F3F3F. Windows color (decimal): -9950902 or 4860264. OLE color: 4860264.
HSL color Cylindrical-coordinate representation of color #68294A: hue angle of 328.57º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68294A is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 74 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.59 |
| HSL | 328.57º | 0.43% | 0.28% | - |
| HSV(B) | 328.57º | 0.61% | 0.41% | - |
| XYZ | 7.74 | 5.02 | 7.04 | - |
| YUV | 63.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 74 | 0 | 0.61 | 0.29 | 0.59 | 328.57 | 0.43 | 0.28 |
| Hex | 68 | 29 | 4A | 0 | 3D | 1D | 3B | 149 | 2B | 1C |
| Octal | 150 | 51 | 112 | 0 | 75 | 35 | 73 | 511 | 53 | 34 |
| Binary | 1101000 | 101001 | 1001010 | 0 | 111101 | 11101 | 111011 | 101001001 | 101011 | 11100 |
Color Harmonies of #68294A
Complementary color
Monochromatic Colors of #68294A
Black with #68294A
Text Example
Text Example
White with #68294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68294A; }
p { color: rgb(104,41,74); }
H1.HeaderClassName
{
color: #68294A;
}
.AnyTagClassName
{
color: #68294A;
}
</style>
background-color css
<style>
a { background-color: #68294A; }
a { background-color: rgb(104,41,74); }
div.DivClassName
{
background-color: #68294A;
}
.BgClassName
{
background-color: #68294A;
}
</style>
border-color css
<style>
span { border-color: #68294A; }
span { border-color: rgb(104,41,74); }
td.TdClassName
{
border-color: #68294A;
}
.TagClassName
{
border-color: #68294A;
}
</style>