Shades of Pompadour #671F49
Tints of Pompadour #671F49
RGB
CMYK
RGB Variations
Color information
#671F49 (or 0x671F49) is known color: Pompadour. HEX triplet: 67, 1F and 49. RGB value is (103,31,73). Sum of RGB (Red+Green+Blue) = 103+31+73=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #671F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F49 is #98E0B6. Grayscale: #393939. Windows color (decimal): -10018999 or 4792167. OLE color: 4792167.
HSL color Cylindrical-coordinate representation of color #671F49: hue angle of 325º 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 #671F49 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 73 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.60 |
| HSL | 325º | 0.54% | 0.26% | - |
| HSV(B) | 325º | 0.7% | 0.4% | - |
| XYZ | 7.29 | 4.34 | 6.76 | - |
| YUV | 57.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 73 | 0 | 0.70 | 0.29 | 0.60 | 325 | 0.54 | 0.26 |
| Hex | 67 | 1F | 49 | 0 | 46 | 1D | 3C | 145 | 36 | 1A |
| Octal | 147 | 37 | 111 | 0 | 106 | 35 | 74 | 505 | 66 | 32 |
| Binary | 1100111 | 11111 | 1001001 | 0 | 1000110 | 11101 | 111100 | 101000101 | 110110 | 11010 |
Color Harmonies of #671F49
Complementary color
Monochromatic Colors of #671F49
Black with #671F49
Text Example
Text Example
White with #671F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F49; }
p { color: rgb(103,31,73); }
H1.HeaderClassName
{
color: #671F49;
}
.AnyTagClassName
{
color: #671F49;
}
</style>
background-color css
<style>
a { background-color: #671F49; }
a { background-color: rgb(103,31,73); }
div.DivClassName
{
background-color: #671F49;
}
.BgClassName
{
background-color: #671F49;
}
</style>
border-color css
<style>
span { border-color: #671F49; }
span { border-color: rgb(103,31,73); }
td.TdClassName
{
border-color: #671F49;
}
.TagClassName
{
border-color: #671F49;
}
</style>