Shades of Pompadour #691946
Tints of Pompadour #691946
RGB
CMYK
RGB Variations
Color information
#691946 (or 0x691946) is known color: Pompadour. HEX triplet: 69, 19 and 46. RGB value is (105,25,70). Sum of RGB (Red+Green+Blue) = 105+25+70=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #691946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691946 is #96E6B9. Grayscale: #353535. Windows color (decimal): -9889466 or 4594025. OLE color: 4594025.
HSL color Cylindrical-coordinate representation of color #691946: hue angle of 326.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691946 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 70 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.59 |
| HSL | 326.25º | 0.62% | 0.25% | - |
| HSV(B) | 326.25º | 0.76% | 0.41% | - |
| XYZ | 7.28 | 4.14 | 6.21 | - |
| YUV | 54.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 70 | 0 | 0.76 | 0.33 | 0.59 | 326.25 | 0.62 | 0.25 |
| Hex | 69 | 19 | 46 | 0 | 4C | 21 | 3B | 146 | 3E | 19 |
| Octal | 151 | 31 | 106 | 0 | 114 | 41 | 73 | 506 | 76 | 31 |
| Binary | 1101001 | 11001 | 1000110 | 0 | 1001100 | 100001 | 111011 | 101000110 | 111110 | 11001 |
Color Harmonies of #691946
Complementary color
Monochromatic Colors of #691946
Black with #691946
Text Example
Text Example
White with #691946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691946; }
p { color: rgb(105,25,70); }
H1.HeaderClassName
{
color: #691946;
}
.AnyTagClassName
{
color: #691946;
}
</style>
background-color css
<style>
a { background-color: #691946; }
a { background-color: rgb(105,25,70); }
div.DivClassName
{
background-color: #691946;
}
.BgClassName
{
background-color: #691946;
}
</style>
border-color css
<style>
span { border-color: #691946; }
span { border-color: rgb(105,25,70); }
td.TdClassName
{
border-color: #691946;
}
.TagClassName
{
border-color: #691946;
}
</style>