Shades of Pompadour #67224D
Tints of Pompadour #67224D
RGB
CMYK
RGB Variations
Color information
#67224D (or 0x67224D) is known color: Pompadour. HEX triplet: 67, 22 and 4D. RGB value is (103,34,77). Sum of RGB (Red+Green+Blue) = 103+34+77=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #67224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67224D is #98DDB2. Grayscale: #3B3B3B. Windows color (decimal): -10018227 or 5055079. OLE color: 5055079.
HSL color Cylindrical-coordinate representation of color #67224D: hue angle of 322.61º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67224D is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 77 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.60 |
| HSL | 322.61º | 0.5% | 0.27% | - |
| HSV(B) | 322.61º | 0.67% | 0.4% | - |
| XYZ | 7.51 | 4.56 | 7.51 | - |
| YUV | 59.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 77 | 0 | 0.67 | 0.25 | 0.60 | 322.61 | 0.5 | 0.27 |
| Hex | 67 | 22 | 4D | 0 | 43 | 19 | 3C | 143 | 32 | 1B |
| Octal | 147 | 42 | 115 | 0 | 103 | 31 | 74 | 503 | 62 | 33 |
| Binary | 1100111 | 100010 | 1001101 | 0 | 1000011 | 11001 | 111100 | 101000011 | 110010 | 11011 |
Color Harmonies of #67224D
Complementary color
Monochromatic Colors of #67224D
Black with #67224D
Text Example
Text Example
White with #67224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67224D; }
p { color: rgb(103,34,77); }
H1.HeaderClassName
{
color: #67224D;
}
.AnyTagClassName
{
color: #67224D;
}
</style>
background-color css
<style>
a { background-color: #67224D; }
a { background-color: rgb(103,34,77); }
div.DivClassName
{
background-color: #67224D;
}
.BgClassName
{
background-color: #67224D;
}
</style>
border-color css
<style>
span { border-color: #67224D; }
span { border-color: rgb(103,34,77); }
td.TdClassName
{
border-color: #67224D;
}
.TagClassName
{
border-color: #67224D;
}
</style>