Shades of Pompadour #691D47
Tints of Pompadour #691D47
RGB
CMYK
RGB Variations
Color information
#691D47 (or 0x691D47) is known color: Pompadour. HEX triplet: 69, 1D and 47. RGB value is (105,29,71). Sum of RGB (Red+Green+Blue) = 105+29+71=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #691D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D47 is #96E2B8. Grayscale: #383838. Windows color (decimal): -9888441 or 4660585. OLE color: 4660585.
HSL color Cylindrical-coordinate representation of color #691D47: hue angle of 326.84º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691D47 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 71 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.59 |
| HSL | 326.84º | 0.57% | 0.26% | - |
| HSV(B) | 326.84º | 0.72% | 0.41% | - |
| XYZ | 7.4 | 4.34 | 6.41 | - |
| YUV | 56.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 71 | 0 | 0.72 | 0.32 | 0.59 | 326.84 | 0.57 | 0.26 |
| Hex | 69 | 1D | 47 | 0 | 48 | 20 | 3B | 147 | 39 | 1A |
| Octal | 151 | 35 | 107 | 0 | 110 | 40 | 73 | 507 | 71 | 32 |
| Binary | 1101001 | 11101 | 1000111 | 0 | 1001000 | 100000 | 111011 | 101000111 | 111001 | 11010 |
Color Harmonies of #691D47
Complementary color
Monochromatic Colors of #691D47
Black with #691D47
Text Example
Text Example
White with #691D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D47; }
p { color: rgb(105,29,71); }
H1.HeaderClassName
{
color: #691D47;
}
.AnyTagClassName
{
color: #691D47;
}
</style>
background-color css
<style>
a { background-color: #691D47; }
a { background-color: rgb(105,29,71); }
div.DivClassName
{
background-color: #691D47;
}
.BgClassName
{
background-color: #691D47;
}
</style>
border-color css
<style>
span { border-color: #691D47; }
span { border-color: rgb(105,29,71); }
td.TdClassName
{
border-color: #691D47;
}
.TagClassName
{
border-color: #691D47;
}
</style>