Shades of Pompadour #68224A
Tints of Pompadour #68224A
RGB
CMYK
RGB Variations
Color information
#68224A (or 0x68224A) is known color: Pompadour. HEX triplet: 68, 22 and 4A. RGB value is (104,34,74). Sum of RGB (Red+Green+Blue) = 104+34+74=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68224A is #97DDB5. Grayscale: #3B3B3B. Windows color (decimal): -9952694 or 4858472. OLE color: 4858472.
HSL color Cylindrical-coordinate representation of color #68224A: hue angle of 325.71º 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 #68224A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 74 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.59 |
| HSL | 325.71º | 0.51% | 0.27% | - |
| HSV(B) | 325.71º | 0.67% | 0.41% | - |
| XYZ | 7.52 | 4.58 | 6.97 | - |
| YUV | 59.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 74 | 0 | 0.67 | 0.29 | 0.59 | 325.71 | 0.51 | 0.27 |
| Hex | 68 | 22 | 4A | 0 | 43 | 1D | 3B | 146 | 33 | 1B |
| Octal | 150 | 42 | 112 | 0 | 103 | 35 | 73 | 506 | 63 | 33 |
| Binary | 1101000 | 100010 | 1001010 | 0 | 1000011 | 11101 | 111011 | 101000110 | 110011 | 11011 |
Color Harmonies of #68224A
Complementary color
Monochromatic Colors of #68224A
Black with #68224A
Text Example
Text Example
White with #68224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68224A; }
p { color: rgb(104,34,74); }
H1.HeaderClassName
{
color: #68224A;
}
.AnyTagClassName
{
color: #68224A;
}
</style>
background-color css
<style>
a { background-color: #68224A; }
a { background-color: rgb(104,34,74); }
div.DivClassName
{
background-color: #68224A;
}
.BgClassName
{
background-color: #68224A;
}
</style>
border-color css
<style>
span { border-color: #68224A; }
span { border-color: rgb(104,34,74); }
td.TdClassName
{
border-color: #68224A;
}
.TagClassName
{
border-color: #68224A;
}
</style>