Shades of Pompadour #671F4C
Tints of Pompadour #671F4C
RGB
CMYK
RGB Variations
Color information
#671F4C (or 0x671F4C) is known color: Pompadour. HEX triplet: 67, 1F and 4C. RGB value is (103,31,76). Sum of RGB (Red+Green+Blue) = 103+31+76=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #671F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F4C is #98E0B3. Grayscale: #393939. Windows color (decimal): -10018996 or 4988775. OLE color: 4988775.
HSL color Cylindrical-coordinate representation of color #671F4C: hue angle of 322.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F4C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 76 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.60 |
| HSL | 322.5º | 0.54% | 0.26% | - |
| HSV(B) | 322.5º | 0.7% | 0.4% | - |
| XYZ | 7.39 | 4.39 | 7.29 | - |
| YUV | 57.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 76 | 0 | 0.70 | 0.26 | 0.60 | 322.5 | 0.54 | 0.26 |
| Hex | 67 | 1F | 4C | 0 | 46 | 1A | 3C | 142 | 36 | 1A |
| Octal | 147 | 37 | 114 | 0 | 106 | 32 | 74 | 502 | 66 | 32 |
| Binary | 1100111 | 11111 | 1001100 | 0 | 1000110 | 11010 | 111100 | 101000010 | 110110 | 11010 |
Color Harmonies of #671F4C
Complementary color
Monochromatic Colors of #671F4C
Black with #671F4C
Text Example
Text Example
White with #671F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F4C; }
p { color: rgb(103,31,76); }
H1.HeaderClassName
{
color: #671F4C;
}
.AnyTagClassName
{
color: #671F4C;
}
</style>
background-color css
<style>
a { background-color: #671F4C; }
a { background-color: rgb(103,31,76); }
div.DivClassName
{
background-color: #671F4C;
}
.BgClassName
{
background-color: #671F4C;
}
</style>
border-color css
<style>
span { border-color: #671F4C; }
span { border-color: rgb(103,31,76); }
td.TdClassName
{
border-color: #671F4C;
}
.TagClassName
{
border-color: #671F4C;
}
</style>