Shades of Pompadour #67224F
Tints of Pompadour #67224F
RGB
CMYK
RGB Variations
Color information
#67224F (or 0x67224F) is known color: Pompadour. HEX triplet: 67, 22 and 4F. RGB value is (103,34,79). Sum of RGB (Red+Green+Blue) = 103+34+79=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67224F is #98DDB0. Grayscale: #3B3B3B. Windows color (decimal): -10018225 or 5186151. OLE color: 5186151.
HSL color Cylindrical-coordinate representation of color #67224F: hue angle of 320.87º 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 #67224F is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 79 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.60 |
| HSL | 320.87º | 0.5% | 0.27% | - |
| HSV(B) | 320.87º | 0.67% | 0.4% | - |
| XYZ | 7.58 | 4.59 | 7.88 | - |
| YUV | 59.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 79 | 0 | 0.67 | 0.23 | 0.60 | 320.87 | 0.5 | 0.27 |
| Hex | 67 | 22 | 4F | 0 | 43 | 17 | 3C | 141 | 32 | 1B |
| Octal | 147 | 42 | 117 | 0 | 103 | 27 | 74 | 501 | 62 | 33 |
| Binary | 1100111 | 100010 | 1001111 | 0 | 1000011 | 10111 | 111100 | 101000001 | 110010 | 11011 |
Color Harmonies of #67224F
Complementary color
Monochromatic Colors of #67224F
Black with #67224F
Text Example
Text Example
White with #67224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67224F; }
p { color: rgb(103,34,79); }
H1.HeaderClassName
{
color: #67224F;
}
.AnyTagClassName
{
color: #67224F;
}
</style>
background-color css
<style>
a { background-color: #67224F; }
a { background-color: rgb(103,34,79); }
div.DivClassName
{
background-color: #67224F;
}
.BgClassName
{
background-color: #67224F;
}
</style>
border-color css
<style>
span { border-color: #67224F; }
span { border-color: rgb(103,34,79); }
td.TdClassName
{
border-color: #67224F;
}
.TagClassName
{
border-color: #67224F;
}
</style>