Shades of Pompadour #68204A
Tints of Pompadour #68204A
RGB
CMYK
RGB Variations
Color information
#68204A (or 0x68204A) is known color: Pompadour. HEX triplet: 68, 20 and 4A. RGB value is (104,32,74). Sum of RGB (Red+Green+Blue) = 104+32+74=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #68204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68204A is #97DFB5. Grayscale: #3A3A3A. Windows color (decimal): -9953206 or 4857960. OLE color: 4857960.
HSL color Cylindrical-coordinate representation of color #68204A: hue angle of 325º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68204A is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 74 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.59 |
| HSL | 325º | 0.53% | 0.27% | - |
| HSV(B) | 325º | 0.69% | 0.41% | - |
| XYZ | 7.46 | 4.47 | 6.95 | - |
| YUV | 58.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 74 | 0 | 0.69 | 0.29 | 0.59 | 325 | 0.53 | 0.27 |
| Hex | 68 | 20 | 4A | 0 | 45 | 1D | 3B | 145 | 35 | 1B |
| Octal | 150 | 40 | 112 | 0 | 105 | 35 | 73 | 505 | 65 | 33 |
| Binary | 1101000 | 100000 | 1001010 | 0 | 1000101 | 11101 | 111011 | 101000101 | 110101 | 11011 |
Color Harmonies of #68204A
Complementary color
Monochromatic Colors of #68204A
Black with #68204A
Text Example
Text Example
White with #68204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68204A; }
p { color: rgb(104,32,74); }
H1.HeaderClassName
{
color: #68204A;
}
.AnyTagClassName
{
color: #68204A;
}
</style>
background-color css
<style>
a { background-color: #68204A; }
a { background-color: rgb(104,32,74); }
div.DivClassName
{
background-color: #68204A;
}
.BgClassName
{
background-color: #68204A;
}
</style>
border-color css
<style>
span { border-color: #68204A; }
span { border-color: rgb(104,32,74); }
td.TdClassName
{
border-color: #68204A;
}
.TagClassName
{
border-color: #68204A;
}
</style>