Shades of Pompadour #672F52
Tints of Pompadour #672F52
RGB
CMYK
RGB Variations
Color information
#672F52 (or 0x672F52) is known color: Pompadour. HEX triplet: 67, 2F and 52. RGB value is (103,47,82). Sum of RGB (Red+Green+Blue) = 103+47+82=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #672F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672F52 is #98D0AD. Grayscale: #434343. Windows color (decimal): -10014894 or 5386087. OLE color: 5386087.
HSL color Cylindrical-coordinate representation of color #672F52: hue angle of 322.5º 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 #672F52 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 82 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.60 |
| HSL | 322.5º | 0.37% | 0.29% | - |
| HSV(B) | 322.5º | 0.54% | 0.4% | - |
| XYZ | 8.13 | 5.53 | 8.62 | - |
| YUV | 67.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 82 | 0 | 0.54 | 0.20 | 0.60 | 322.5 | 0.37 | 0.29 |
| Hex | 67 | 2F | 52 | 0 | 36 | 14 | 3C | 142 | 25 | 1D |
| Octal | 147 | 57 | 122 | 0 | 66 | 24 | 74 | 502 | 45 | 35 |
| Binary | 1100111 | 101111 | 1010010 | 0 | 110110 | 10100 | 111100 | 101000010 | 100101 | 11101 |
Color Harmonies of #672F52
Complementary color
Monochromatic Colors of #672F52
Black with #672F52
Text Example
Text Example
White with #672F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F52; }
p { color: rgb(103,47,82); }
H1.HeaderClassName
{
color: #672F52;
}
.AnyTagClassName
{
color: #672F52;
}
</style>
background-color css
<style>
a { background-color: #672F52; }
a { background-color: rgb(103,47,82); }
div.DivClassName
{
background-color: #672F52;
}
.BgClassName
{
background-color: #672F52;
}
</style>
border-color css
<style>
span { border-color: #672F52; }
span { border-color: rgb(103,47,82); }
td.TdClassName
{
border-color: #672F52;
}
.TagClassName
{
border-color: #672F52;
}
</style>