Shades of Pompadour #671D4D
Tints of Pompadour #671D4D
RGB
CMYK
RGB Variations
Color information
#671D4D (or 0x671D4D) is known color: Pompadour. HEX triplet: 67, 1D and 4D. RGB value is (103,29,77). Sum of RGB (Red+Green+Blue) = 103+29+77=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #671D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671D4D is #98E2B2. Grayscale: #383838. Windows color (decimal): -10019507 or 5053799. OLE color: 5053799.
HSL color Cylindrical-coordinate representation of color #671D4D: hue angle of 321.08º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D4D is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 77 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.60 |
| HSL | 321.08º | 0.56% | 0.26% | - |
| HSV(B) | 321.08º | 0.72% | 0.4% | - |
| XYZ | 7.37 | 4.3 | 7.46 | - |
| YUV | 56.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 77 | 0 | 0.72 | 0.25 | 0.60 | 321.08 | 0.56 | 0.26 |
| Hex | 67 | 1D | 4D | 0 | 48 | 19 | 3C | 141 | 38 | 1A |
| Octal | 147 | 35 | 115 | 0 | 110 | 31 | 74 | 501 | 70 | 32 |
| Binary | 1100111 | 11101 | 1001101 | 0 | 1001000 | 11001 | 111100 | 101000001 | 111000 | 11010 |
Color Harmonies of #671D4D
Complementary color
Monochromatic Colors of #671D4D
Black with #671D4D
Text Example
Text Example
White with #671D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D4D; }
p { color: rgb(103,29,77); }
H1.HeaderClassName
{
color: #671D4D;
}
.AnyTagClassName
{
color: #671D4D;
}
</style>
background-color css
<style>
a { background-color: #671D4D; }
a { background-color: rgb(103,29,77); }
div.DivClassName
{
background-color: #671D4D;
}
.BgClassName
{
background-color: #671D4D;
}
</style>
border-color css
<style>
span { border-color: #671D4D; }
span { border-color: rgb(103,29,77); }
td.TdClassName
{
border-color: #671D4D;
}
.TagClassName
{
border-color: #671D4D;
}
</style>