Shades of Pompadour #68214D
Tints of Pompadour #68214D
RGB
CMYK
RGB Variations
Color information
#68214D (or 0x68214D) is known color: Pompadour. HEX triplet: 68, 21 and 4D. RGB value is (104,33,77). Sum of RGB (Red+Green+Blue) = 104+33+77=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68214D is #97DEB2. Grayscale: #3B3B3B. Windows color (decimal): -9952947 or 5054824. OLE color: 5054824.
HSL color Cylindrical-coordinate representation of color #68214D: hue angle of 322.82º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68214D is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 77 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.59 |
| HSL | 322.82º | 0.52% | 0.27% | - |
| HSV(B) | 322.82º | 0.68% | 0.41% | - |
| XYZ | 7.59 | 4.57 | 7.5 | - |
| YUV | 59.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 77 | 0 | 0.68 | 0.26 | 0.59 | 322.82 | 0.52 | 0.27 |
| Hex | 68 | 21 | 4D | 0 | 44 | 1A | 3B | 143 | 34 | 1B |
| Octal | 150 | 41 | 115 | 0 | 104 | 32 | 73 | 503 | 64 | 33 |
| Binary | 1101000 | 100001 | 1001101 | 0 | 1000100 | 11010 | 111011 | 101000011 | 110100 | 11011 |
Color Harmonies of #68214D
Complementary color
Monochromatic Colors of #68214D
Black with #68214D
Text Example
Text Example
White with #68214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68214D; }
p { color: rgb(104,33,77); }
H1.HeaderClassName
{
color: #68214D;
}
.AnyTagClassName
{
color: #68214D;
}
</style>
background-color css
<style>
a { background-color: #68214D; }
a { background-color: rgb(104,33,77); }
div.DivClassName
{
background-color: #68214D;
}
.BgClassName
{
background-color: #68214D;
}
</style>
border-color css
<style>
span { border-color: #68214D; }
span { border-color: rgb(104,33,77); }
td.TdClassName
{
border-color: #68214D;
}
.TagClassName
{
border-color: #68214D;
}
</style>