Shades of Pompadour #691D4E
Tints of Pompadour #691D4E
RGB
CMYK
RGB Variations
Color information
#691D4E (or 0x691D4E) is known color: Pompadour. HEX triplet: 69, 1D and 4E. RGB value is (105,29,78). Sum of RGB (Red+Green+Blue) = 105+29+78=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #691D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D4E is #96E2B1. Grayscale: #393939. Windows color (decimal): -9888434 or 5119337. OLE color: 5119337.
HSL color Cylindrical-coordinate representation of color #691D4E: hue angle of 321.32º 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 #691D4E is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 78 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.59 |
| HSL | 321.32º | 0.57% | 0.26% | - |
| HSV(B) | 321.32º | 0.72% | 0.41% | - |
| XYZ | 7.64 | 4.43 | 7.66 | - |
| YUV | 57.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 78 | 0 | 0.72 | 0.26 | 0.59 | 321.32 | 0.57 | 0.26 |
| Hex | 69 | 1D | 4E | 0 | 48 | 1A | 3B | 141 | 39 | 1A |
| Octal | 151 | 35 | 116 | 0 | 110 | 32 | 73 | 501 | 71 | 32 |
| Binary | 1101001 | 11101 | 1001110 | 0 | 1001000 | 11010 | 111011 | 101000001 | 111001 | 11010 |
Color Harmonies of #691D4E
Complementary color
Monochromatic Colors of #691D4E
Black with #691D4E
Text Example
Text Example
White with #691D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D4E; }
p { color: rgb(105,29,78); }
H1.HeaderClassName
{
color: #691D4E;
}
.AnyTagClassName
{
color: #691D4E;
}
</style>
background-color css
<style>
a { background-color: #691D4E; }
a { background-color: rgb(105,29,78); }
div.DivClassName
{
background-color: #691D4E;
}
.BgClassName
{
background-color: #691D4E;
}
</style>
border-color css
<style>
span { border-color: #691D4E; }
span { border-color: rgb(105,29,78); }
td.TdClassName
{
border-color: #691D4E;
}
.TagClassName
{
border-color: #691D4E;
}
</style>