Shades of Pompadour #68224D
Tints of Pompadour #68224D
RGB
CMYK
RGB Variations
Color information
#68224D (or 0x68224D) is known color: Pompadour. HEX triplet: 68, 22 and 4D. RGB value is (104,34,77). Sum of RGB (Red+Green+Blue) = 104+34+77=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68224D is #97DDB2. Grayscale: #3B3B3B. Windows color (decimal): -9952691 or 5055080. OLE color: 5055080.
HSL color Cylindrical-coordinate representation of color #68224D: hue angle of 323.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68224D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 77 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.59 |
| HSL | 323.14º | 0.51% | 0.27% | - |
| HSV(B) | 323.14º | 0.67% | 0.41% | - |
| XYZ | 7.62 | 4.62 | 7.51 | - |
| YUV | 59.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 77 | 0 | 0.67 | 0.26 | 0.59 | 323.14 | 0.51 | 0.27 |
| Hex | 68 | 22 | 4D | 0 | 43 | 1A | 3B | 143 | 33 | 1B |
| Octal | 150 | 42 | 115 | 0 | 103 | 32 | 73 | 503 | 63 | 33 |
| Binary | 1101000 | 100010 | 1001101 | 0 | 1000011 | 11010 | 111011 | 101000011 | 110011 | 11011 |
Color Harmonies of #68224D
Complementary color
Monochromatic Colors of #68224D
Black with #68224D
Text Example
Text Example
White with #68224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68224D; }
p { color: rgb(104,34,77); }
H1.HeaderClassName
{
color: #68224D;
}
.AnyTagClassName
{
color: #68224D;
}
</style>
background-color css
<style>
a { background-color: #68224D; }
a { background-color: rgb(104,34,77); }
div.DivClassName
{
background-color: #68224D;
}
.BgClassName
{
background-color: #68224D;
}
</style>
border-color css
<style>
span { border-color: #68224D; }
span { border-color: rgb(104,34,77); }
td.TdClassName
{
border-color: #68224D;
}
.TagClassName
{
border-color: #68224D;
}
</style>