Shades of Pompadour #68214A
Tints of Pompadour #68214A
RGB
CMYK
RGB Variations
Color information
#68214A (or 0x68214A) is known color: Pompadour. HEX triplet: 68, 21 and 4A. RGB value is (104,33,74). Sum of RGB (Red+Green+Blue) = 104+33+74=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68214A is #97DEB5. Grayscale: #3A3A3A. Windows color (decimal): -9952950 or 4858216. OLE color: 4858216.
HSL color Cylindrical-coordinate representation of color #68214A: hue angle of 325.35º 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 #68214A is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 74 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.59 |
| HSL | 325.35º | 0.52% | 0.27% | - |
| HSV(B) | 325.35º | 0.68% | 0.41% | - |
| XYZ | 7.49 | 4.53 | 6.96 | - |
| YUV | 58.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 74 | 0 | 0.68 | 0.29 | 0.59 | 325.35 | 0.52 | 0.27 |
| Hex | 68 | 21 | 4A | 0 | 44 | 1D | 3B | 145 | 34 | 1B |
| Octal | 150 | 41 | 112 | 0 | 104 | 35 | 73 | 505 | 64 | 33 |
| Binary | 1101000 | 100001 | 1001010 | 0 | 1000100 | 11101 | 111011 | 101000101 | 110100 | 11011 |
Color Harmonies of #68214A
Complementary color
Monochromatic Colors of #68214A
Black with #68214A
Text Example
Text Example
White with #68214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68214A; }
p { color: rgb(104,33,74); }
H1.HeaderClassName
{
color: #68214A;
}
.AnyTagClassName
{
color: #68214A;
}
</style>
background-color css
<style>
a { background-color: #68214A; }
a { background-color: rgb(104,33,74); }
div.DivClassName
{
background-color: #68214A;
}
.BgClassName
{
background-color: #68214A;
}
</style>
border-color css
<style>
span { border-color: #68214A; }
span { border-color: rgb(104,33,74); }
td.TdClassName
{
border-color: #68214A;
}
.TagClassName
{
border-color: #68214A;
}
</style>