Shades of Pompadour #672644
Tints of Pompadour #672644
RGB
CMYK
RGB Variations
Color information
#672644 (or 0x672644) is known color: Pompadour. HEX triplet: 67, 26 and 44. RGB value is (103,38,68). Sum of RGB (Red+Green+Blue) = 103+38+68=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #672644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672644 is #98D9BB. Grayscale: #3C3C3C. Windows color (decimal): -10017212 or 4466279. OLE color: 4466279.
HSL color Cylindrical-coordinate representation of color #672644: hue angle of 332.31º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672644 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 68 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.60 |
| HSL | 332.31º | 0.46% | 0.28% | - |
| HSV(B) | 332.31º | 0.63% | 0.4% | - |
| XYZ | 7.33 | 4.69 | 5.99 | - |
| YUV | 60.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 68 | 0 | 0.63 | 0.34 | 0.60 | 332.31 | 0.46 | 0.28 |
| Hex | 67 | 26 | 44 | 0 | 3F | 22 | 3C | 14C | 2E | 1C |
| Octal | 147 | 46 | 104 | 0 | 77 | 42 | 74 | 514 | 56 | 34 |
| Binary | 1100111 | 100110 | 1000100 | 0 | 111111 | 100010 | 111100 | 101001100 | 101110 | 11100 |
Color Harmonies of #672644
Complementary color
Monochromatic Colors of #672644
Black with #672644
Text Example
Text Example
White with #672644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672644; }
p { color: rgb(103,38,68); }
H1.HeaderClassName
{
color: #672644;
}
.AnyTagClassName
{
color: #672644;
}
</style>
background-color css
<style>
a { background-color: #672644; }
a { background-color: rgb(103,38,68); }
div.DivClassName
{
background-color: #672644;
}
.BgClassName
{
background-color: #672644;
}
</style>
border-color css
<style>
span { border-color: #672644; }
span { border-color: rgb(103,38,68); }
td.TdClassName
{
border-color: #672644;
}
.TagClassName
{
border-color: #672644;
}
</style>