Shades of Pompadour #691E47
Tints of Pompadour #691E47
RGB
CMYK
RGB Variations
Color information
#691E47 (or 0x691E47) is known color: Pompadour. HEX triplet: 69, 1E and 47. RGB value is (105,30,71). Sum of RGB (Red+Green+Blue) = 105+30+71=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #691E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E47 is #96E1B8. Grayscale: #393939. Windows color (decimal): -9888185 or 4660841. OLE color: 4660841.
HSL color Cylindrical-coordinate representation of color #691E47: hue angle of 327.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E47 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 30 | 71 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.59 |
| HSL | 327.2º | 0.56% | 0.26% | - |
| HSV(B) | 327.2º | 0.71% | 0.41% | - |
| XYZ | 7.43 | 4.39 | 6.42 | - |
| YUV | 57.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 71 | 0 | 0.71 | 0.32 | 0.59 | 327.2 | 0.56 | 0.26 |
| Hex | 69 | 1E | 47 | 0 | 47 | 20 | 3B | 147 | 38 | 1A |
| Octal | 151 | 36 | 107 | 0 | 107 | 40 | 73 | 507 | 70 | 32 |
| Binary | 1101001 | 11110 | 1000111 | 0 | 1000111 | 100000 | 111011 | 101000111 | 111000 | 11010 |
Color Harmonies of #691E47
Complementary color
Monochromatic Colors of #691E47
Black with #691E47
Text Example
Text Example
White with #691E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691E47; }
p { color: rgb(105,30,71); }
H1.HeaderClassName
{
color: #691E47;
}
.AnyTagClassName
{
color: #691E47;
}
</style>
background-color css
<style>
a { background-color: #691E47; }
a { background-color: rgb(105,30,71); }
div.DivClassName
{
background-color: #691E47;
}
.BgClassName
{
background-color: #691E47;
}
</style>
border-color css
<style>
span { border-color: #691E47; }
span { border-color: rgb(105,30,71); }
td.TdClassName
{
border-color: #691E47;
}
.TagClassName
{
border-color: #691E47;
}
</style>