Shades of Pompadour #671E44
Tints of Pompadour #671E44
RGB
CMYK
RGB Variations
Color information
#671E44 (or 0x671E44) is known color: Pompadour. HEX triplet: 67, 1E and 44. RGB value is (103,30,68). Sum of RGB (Red+Green+Blue) = 103+30+68=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #671E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E44 is #98E1BB. Grayscale: #383838. Windows color (decimal): -10019260 or 4464231. OLE color: 4464231.
HSL color Cylindrical-coordinate representation of color #671E44: hue angle of 328.77º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #671E44 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 30 | 68 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.60 |
| HSL | 328.77º | 0.55% | 0.26% | - |
| HSV(B) | 328.77º | 0.71% | 0.4% | - |
| XYZ | 7.1 | 4.23 | 5.91 | - |
| YUV | 56.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 68 | 0 | 0.71 | 0.34 | 0.60 | 328.77 | 0.55 | 0.26 |
| Hex | 67 | 1E | 44 | 0 | 47 | 22 | 3C | 149 | 37 | 1A |
| Octal | 147 | 36 | 104 | 0 | 107 | 42 | 74 | 511 | 67 | 32 |
| Binary | 1100111 | 11110 | 1000100 | 0 | 1000111 | 100010 | 111100 | 101001001 | 110111 | 11010 |
Color Harmonies of #671E44
Complementary color
Monochromatic Colors of #671E44
Black with #671E44
Text Example
Text Example
White with #671E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E44; }
p { color: rgb(103,30,68); }
H1.HeaderClassName
{
color: #671E44;
}
.AnyTagClassName
{
color: #671E44;
}
</style>
background-color css
<style>
a { background-color: #671E44; }
a { background-color: rgb(103,30,68); }
div.DivClassName
{
background-color: #671E44;
}
.BgClassName
{
background-color: #671E44;
}
</style>
border-color css
<style>
span { border-color: #671E44; }
span { border-color: rgb(103,30,68); }
td.TdClassName
{
border-color: #671E44;
}
.TagClassName
{
border-color: #671E44;
}
</style>