Shades of Pompadour #672A49
Tints of Pompadour #672A49
RGB
CMYK
RGB Variations
Color information
#672A49 (or 0x672A49) is known color: Pompadour. HEX triplet: 67, 2A and 49. RGB value is (103,42,73). Sum of RGB (Red+Green+Blue) = 103+42+73=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #672A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A49 is #98D5B6. Grayscale: #3F3F3F. Windows color (decimal): -10016183 or 4794983. OLE color: 4794983.
HSL color Cylindrical-coordinate representation of color #672A49: hue angle of 329.51º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672A49 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 73 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.60 |
| HSL | 329.51º | 0.42% | 0.28% | - |
| HSV(B) | 329.51º | 0.59% | 0.4% | - |
| XYZ | 7.62 | 5.02 | 6.87 | - |
| YUV | 63.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 73 | 0 | 0.59 | 0.29 | 0.60 | 329.51 | 0.42 | 0.28 |
| Hex | 67 | 2A | 49 | 0 | 3B | 1D | 3C | 14A | 2A | 1C |
| Octal | 147 | 52 | 111 | 0 | 73 | 35 | 74 | 512 | 52 | 34 |
| Binary | 1100111 | 101010 | 1001001 | 0 | 111011 | 11101 | 111100 | 101001010 | 101010 | 11100 |
Color Harmonies of #672A49
Complementary color
Monochromatic Colors of #672A49
Black with #672A49
Text Example
Text Example
White with #672A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A49; }
p { color: rgb(103,42,73); }
H1.HeaderClassName
{
color: #672A49;
}
.AnyTagClassName
{
color: #672A49;
}
</style>
background-color css
<style>
a { background-color: #672A49; }
a { background-color: rgb(103,42,73); }
div.DivClassName
{
background-color: #672A49;
}
.BgClassName
{
background-color: #672A49;
}
</style>
border-color css
<style>
span { border-color: #672A49; }
span { border-color: rgb(103,42,73); }
td.TdClassName
{
border-color: #672A49;
}
.TagClassName
{
border-color: #672A49;
}
</style>