Shades of Pompadour #691C4E
Tints of Pompadour #691C4E
RGB
CMYK
RGB Variations
Color information
#691C4E (or 0x691C4E) is known color: Pompadour. HEX triplet: 69, 1C and 4E. RGB value is (105,28,78). Sum of RGB (Red+Green+Blue) = 105+28+78=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #691C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C4E is #96E3B1. Grayscale: #383838. Windows color (decimal): -9888690 or 5119081. OLE color: 5119081.
HSL color Cylindrical-coordinate representation of color #691C4E: hue angle of 321.04º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C4E is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 78 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.59 |
| HSL | 321.04º | 0.58% | 0.26% | - |
| HSV(B) | 321.04º | 0.73% | 0.41% | - |
| XYZ | 7.62 | 4.38 | 7.65 | - |
| YUV | 56.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 78 | 0 | 0.73 | 0.26 | 0.59 | 321.04 | 0.58 | 0.26 |
| Hex | 69 | 1C | 4E | 0 | 49 | 1A | 3B | 141 | 3A | 1A |
| Octal | 151 | 34 | 116 | 0 | 111 | 32 | 73 | 501 | 72 | 32 |
| Binary | 1101001 | 11100 | 1001110 | 0 | 1001001 | 11010 | 111011 | 101000001 | 111010 | 11010 |
Color Harmonies of #691C4E
Complementary color
Monochromatic Colors of #691C4E
Black with #691C4E
Text Example
Text Example
White with #691C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C4E; }
p { color: rgb(105,28,78); }
H1.HeaderClassName
{
color: #691C4E;
}
.AnyTagClassName
{
color: #691C4E;
}
</style>
background-color css
<style>
a { background-color: #691C4E; }
a { background-color: rgb(105,28,78); }
div.DivClassName
{
background-color: #691C4E;
}
.BgClassName
{
background-color: #691C4E;
}
</style>
border-color css
<style>
span { border-color: #691C4E; }
span { border-color: rgb(105,28,78); }
td.TdClassName
{
border-color: #691C4E;
}
.TagClassName
{
border-color: #691C4E;
}
</style>