Shades of Pompadour #67294C
Tints of Pompadour #67294C
RGB
CMYK
RGB Variations
Color information
#67294C (or 0x67294C) is known color: Pompadour. HEX triplet: 67, 29 and 4C. RGB value is (103,41,76). Sum of RGB (Red+Green+Blue) = 103+41+76=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #67294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67294C is #98D6B3. Grayscale: #3F3F3F. Windows color (decimal): -10016436 or 4991335. OLE color: 4991335.
HSL color Cylindrical-coordinate representation of color #67294C: hue angle of 326.13º 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 #67294C is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 41 | 76 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.60 |
| HSL | 326.13º | 0.43% | 0.28% | - |
| HSV(B) | 326.13º | 0.6% | 0.4% | - |
| XYZ | 7.69 | 4.99 | 7.4 | - |
| YUV | 63.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 76 | 0 | 0.60 | 0.26 | 0.60 | 326.13 | 0.43 | 0.28 |
| Hex | 67 | 29 | 4C | 0 | 3C | 1A | 3C | 146 | 2B | 1C |
| Octal | 147 | 51 | 114 | 0 | 74 | 32 | 74 | 506 | 53 | 34 |
| Binary | 1100111 | 101001 | 1001100 | 0 | 111100 | 11010 | 111100 | 101000110 | 101011 | 11100 |
Color Harmonies of #67294C
Complementary color
Monochromatic Colors of #67294C
Black with #67294C
Text Example
Text Example
White with #67294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67294C; }
p { color: rgb(103,41,76); }
H1.HeaderClassName
{
color: #67294C;
}
.AnyTagClassName
{
color: #67294C;
}
</style>
background-color css
<style>
a { background-color: #67294C; }
a { background-color: rgb(103,41,76); }
div.DivClassName
{
background-color: #67294C;
}
.BgClassName
{
background-color: #67294C;
}
</style>
border-color css
<style>
span { border-color: #67294C; }
span { border-color: rgb(103,41,76); }
td.TdClassName
{
border-color: #67294C;
}
.TagClassName
{
border-color: #67294C;
}
</style>