Shades of Pompadour #67294D
Tints of Pompadour #67294D
RGB
CMYK
RGB Variations
Color information
#67294D (or 0x67294D) is known color: Pompadour. HEX triplet: 67, 29 and 4D. RGB value is (103,41,77). Sum of RGB (Red+Green+Blue) = 103+41+77=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #67294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67294D is #98D6B2. Grayscale: #3F3F3F. Windows color (decimal): -10016435 or 5056871. OLE color: 5056871.
HSL color Cylindrical-coordinate representation of color #67294D: hue angle of 325.16º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67294D is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 41 | 77 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.60 |
| HSL | 325.16º | 0.43% | 0.28% | - |
| HSV(B) | 325.16º | 0.6% | 0.4% | - |
| XYZ | 7.73 | 5.01 | 7.58 | - |
| YUV | 63.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 77 | 0 | 0.60 | 0.25 | 0.60 | 325.16 | 0.43 | 0.28 |
| Hex | 67 | 29 | 4D | 0 | 3C | 19 | 3C | 145 | 2B | 1C |
| Octal | 147 | 51 | 115 | 0 | 74 | 31 | 74 | 505 | 53 | 34 |
| Binary | 1100111 | 101001 | 1001101 | 0 | 111100 | 11001 | 111100 | 101000101 | 101011 | 11100 |
Color Harmonies of #67294D
Complementary color
Monochromatic Colors of #67294D
Black with #67294D
Text Example
Text Example
White with #67294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67294D; }
p { color: rgb(103,41,77); }
H1.HeaderClassName
{
color: #67294D;
}
.AnyTagClassName
{
color: #67294D;
}
</style>
background-color css
<style>
a { background-color: #67294D; }
a { background-color: rgb(103,41,77); }
div.DivClassName
{
background-color: #67294D;
}
.BgClassName
{
background-color: #67294D;
}
</style>
border-color css
<style>
span { border-color: #67294D; }
span { border-color: rgb(103,41,77); }
td.TdClassName
{
border-color: #67294D;
}
.TagClassName
{
border-color: #67294D;
}
</style>