Shades of Pompadour #672852
Tints of Pompadour #672852
RGB
CMYK
RGB Variations
Color information
#672852 (or 0x672852) is known color: Pompadour. HEX triplet: 67, 28 and 52. RGB value is (103,40,82). Sum of RGB (Red+Green+Blue) = 103+40+82=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #672852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672852 is #98D7AD. Grayscale: #3F3F3F. Windows color (decimal): -10016686 or 5384295. OLE color: 5384295.
HSL color Cylindrical-coordinate representation of color #672852: hue angle of 320º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #672852 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 82 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.60 |
| HSL | 320º | 0.44% | 0.28% | - |
| HSV(B) | 320º | 0.61% | 0.4% | - |
| XYZ | 7.88 | 5.01 | 8.53 | - |
| YUV | 63.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 82 | 0 | 0.61 | 0.20 | 0.60 | 320 | 0.44 | 0.28 |
| Hex | 67 | 28 | 52 | 0 | 3D | 14 | 3C | 140 | 2C | 1C |
| Octal | 147 | 50 | 122 | 0 | 75 | 24 | 74 | 500 | 54 | 34 |
| Binary | 1100111 | 101000 | 1010010 | 0 | 111101 | 10100 | 111100 | 101000000 | 101100 | 11100 |
Color Harmonies of #672852
Complementary color
Monochromatic Colors of #672852
Black with #672852
Text Example
Text Example
White with #672852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672852; }
p { color: rgb(103,40,82); }
H1.HeaderClassName
{
color: #672852;
}
.AnyTagClassName
{
color: #672852;
}
</style>
background-color css
<style>
a { background-color: #672852; }
a { background-color: rgb(103,40,82); }
div.DivClassName
{
background-color: #672852;
}
.BgClassName
{
background-color: #672852;
}
</style>
border-color css
<style>
span { border-color: #672852; }
span { border-color: rgb(103,40,82); }
td.TdClassName
{
border-color: #672852;
}
.TagClassName
{
border-color: #672852;
}
</style>