Shades of Pompadour #68304D
Tints of Pompadour #68304D
RGB
CMYK
RGB Variations
Color information
#68304D (or 0x68304D) is known color: Pompadour. HEX triplet: 68, 30 and 4D. RGB value is (104,48,77). Sum of RGB (Red+Green+Blue) = 104+48+77=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68304D is #97CFB2. Grayscale: #434343. Windows color (decimal): -9949107 or 5058664. OLE color: 5058664.
HSL color Cylindrical-coordinate representation of color #68304D: hue angle of 328.93º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68304D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 77 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.59 |
| HSL | 328.93º | 0.37% | 0.3% | - |
| HSV(B) | 328.93º | 0.54% | 0.41% | - |
| XYZ | 8.11 | 5.59 | 7.67 | - |
| YUV | 68.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 77 | 0 | 0.54 | 0.26 | 0.59 | 328.93 | 0.37 | 0.3 |
| Hex | 68 | 30 | 4D | 0 | 36 | 1A | 3B | 149 | 25 | 1E |
| Octal | 150 | 60 | 115 | 0 | 66 | 32 | 73 | 511 | 45 | 36 |
| Binary | 1101000 | 110000 | 1001101 | 0 | 110110 | 11010 | 111011 | 101001001 | 100101 | 11110 |
Color Harmonies of #68304D
Complementary color
Monochromatic Colors of #68304D
Black with #68304D
Text Example
Text Example
White with #68304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68304D; }
p { color: rgb(104,48,77); }
H1.HeaderClassName
{
color: #68304D;
}
.AnyTagClassName
{
color: #68304D;
}
</style>
background-color css
<style>
a { background-color: #68304D; }
a { background-color: rgb(104,48,77); }
div.DivClassName
{
background-color: #68304D;
}
.BgClassName
{
background-color: #68304D;
}
</style>
border-color css
<style>
span { border-color: #68304D; }
span { border-color: rgb(104,48,77); }
td.TdClassName
{
border-color: #68304D;
}
.TagClassName
{
border-color: #68304D;
}
</style>