Shades of Pompadour #672245
Tints of Pompadour #672245
RGB
CMYK
RGB Variations
Color information
#672245 (or 0x672245) is known color: Pompadour. HEX triplet: 67, 22 and 45. RGB value is (103,34,69). Sum of RGB (Red+Green+Blue) = 103+34+69=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #672245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672245 is #98DDBA. Grayscale: #3A3A3A. Windows color (decimal): -10018235 or 4530791. OLE color: 4530791.
HSL color Cylindrical-coordinate representation of color #672245: hue angle of 329.57º 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 #672245 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 69 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.60 |
| HSL | 329.57º | 0.5% | 0.27% | - |
| HSV(B) | 329.57º | 0.67% | 0.4% | - |
| XYZ | 7.24 | 4.46 | 6.11 | - |
| YUV | 58.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 69 | 0 | 0.67 | 0.33 | 0.60 | 329.57 | 0.5 | 0.27 |
| Hex | 67 | 22 | 45 | 0 | 43 | 21 | 3C | 14A | 32 | 1B |
| Octal | 147 | 42 | 105 | 0 | 103 | 41 | 74 | 512 | 62 | 33 |
| Binary | 1100111 | 100010 | 1000101 | 0 | 1000011 | 100001 | 111100 | 101001010 | 110010 | 11011 |
Color Harmonies of #672245
Complementary color
Monochromatic Colors of #672245
Black with #672245
Text Example
Text Example
White with #672245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672245; }
p { color: rgb(103,34,69); }
H1.HeaderClassName
{
color: #672245;
}
.AnyTagClassName
{
color: #672245;
}
</style>
background-color css
<style>
a { background-color: #672245; }
a { background-color: rgb(103,34,69); }
div.DivClassName
{
background-color: #672245;
}
.BgClassName
{
background-color: #672245;
}
</style>
border-color css
<style>
span { border-color: #672245; }
span { border-color: rgb(103,34,69); }
td.TdClassName
{
border-color: #672245;
}
.TagClassName
{
border-color: #672245;
}
</style>