Shades of Pompadour #672F4D
Tints of Pompadour #672F4D
RGB
CMYK
RGB Variations
Color information
#672F4D (or 0x672F4D) is known color: Pompadour. HEX triplet: 67, 2F and 4D. RGB value is (103,47,77). Sum of RGB (Red+Green+Blue) = 103+47+77=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #672F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672F4D is #98D0B2. Grayscale: #434343. Windows color (decimal): -10014899 or 5058407. OLE color: 5058407.
HSL color Cylindrical-coordinate representation of color #672F4D: hue angle of 327.86º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #672F4D is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 77 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.60 |
| HSL | 327.86º | 0.37% | 0.29% | - |
| HSV(B) | 327.86º | 0.54% | 0.4% | - |
| XYZ | 7.95 | 5.45 | 7.65 | - |
| YUV | 67.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 77 | 0 | 0.54 | 0.25 | 0.60 | 327.86 | 0.37 | 0.29 |
| Hex | 67 | 2F | 4D | 0 | 36 | 19 | 3C | 148 | 25 | 1D |
| Octal | 147 | 57 | 115 | 0 | 66 | 31 | 74 | 510 | 45 | 35 |
| Binary | 1100111 | 101111 | 1001101 | 0 | 110110 | 11001 | 111100 | 101001000 | 100101 | 11101 |
Color Harmonies of #672F4D
Complementary color
Monochromatic Colors of #672F4D
Black with #672F4D
Text Example
Text Example
White with #672F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F4D; }
p { color: rgb(103,47,77); }
H1.HeaderClassName
{
color: #672F4D;
}
.AnyTagClassName
{
color: #672F4D;
}
</style>
background-color css
<style>
a { background-color: #672F4D; }
a { background-color: rgb(103,47,77); }
div.DivClassName
{
background-color: #672F4D;
}
.BgClassName
{
background-color: #672F4D;
}
</style>
border-color css
<style>
span { border-color: #672F4D; }
span { border-color: rgb(103,47,77); }
td.TdClassName
{
border-color: #672F4D;
}
.TagClassName
{
border-color: #672F4D;
}
</style>