Shades of Pompadour #671F4B
Tints of Pompadour #671F4B
RGB
CMYK
RGB Variations
Color information
#671F4B (or 0x671F4B) is known color: Pompadour. HEX triplet: 67, 1F and 4B. RGB value is (103,31,75). Sum of RGB (Red+Green+Blue) = 103+31+75=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #671F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F4B is #98E0B4. Grayscale: #393939. Windows color (decimal): -10018997 or 4923239. OLE color: 4923239.
HSL color Cylindrical-coordinate representation of color #671F4B: hue angle of 323.33º 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 #671F4B is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 75 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.60 |
| HSL | 323.33º | 0.54% | 0.26% | - |
| HSV(B) | 323.33º | 0.7% | 0.4% | - |
| XYZ | 7.35 | 4.37 | 7.11 | - |
| YUV | 57.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 75 | 0 | 0.70 | 0.27 | 0.60 | 323.33 | 0.54 | 0.26 |
| Hex | 67 | 1F | 4B | 0 | 46 | 1B | 3C | 143 | 36 | 1A |
| Octal | 147 | 37 | 113 | 0 | 106 | 33 | 74 | 503 | 66 | 32 |
| Binary | 1100111 | 11111 | 1001011 | 0 | 1000110 | 11011 | 111100 | 101000011 | 110110 | 11010 |
Color Harmonies of #671F4B
Complementary color
Monochromatic Colors of #671F4B
Black with #671F4B
Text Example
Text Example
White with #671F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F4B; }
p { color: rgb(103,31,75); }
H1.HeaderClassName
{
color: #671F4B;
}
.AnyTagClassName
{
color: #671F4B;
}
</style>
background-color css
<style>
a { background-color: #671F4B; }
a { background-color: rgb(103,31,75); }
div.DivClassName
{
background-color: #671F4B;
}
.BgClassName
{
background-color: #671F4B;
}
</style>
border-color css
<style>
span { border-color: #671F4B; }
span { border-color: rgb(103,31,75); }
td.TdClassName
{
border-color: #671F4B;
}
.TagClassName
{
border-color: #671F4B;
}
</style>