Shades of Pompadour #691941
Tints of Pompadour #691941
RGB
CMYK
RGB Variations
Color information
#691941 (or 0x691941) is known color: Pompadour. HEX triplet: 69, 19 and 41. RGB value is (105,25,65). Sum of RGB (Red+Green+Blue) = 105+25+65=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #691941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691941 is #96E6BE. Grayscale: #353535. Windows color (decimal): -9889471 or 4266345. OLE color: 4266345.
HSL color Cylindrical-coordinate representation of color #691941: hue angle of 330º 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 #691941 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 65 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.59 |
| HSL | 330º | 0.62% | 0.25% | - |
| HSV(B) | 330º | 0.76% | 0.41% | - |
| XYZ | 7.13 | 4.08 | 5.41 | - |
| YUV | 53.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 65 | 0 | 0.76 | 0.38 | 0.59 | 330 | 0.62 | 0.25 |
| Hex | 69 | 19 | 41 | 0 | 4C | 26 | 3B | 14A | 3E | 19 |
| Octal | 151 | 31 | 101 | 0 | 114 | 46 | 73 | 512 | 76 | 31 |
| Binary | 1101001 | 11001 | 1000001 | 0 | 1001100 | 100110 | 111011 | 101001010 | 111110 | 11001 |
Color Harmonies of #691941
Complementary color
Monochromatic Colors of #691941
Black with #691941
Text Example
Text Example
White with #691941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691941; }
p { color: rgb(105,25,65); }
H1.HeaderClassName
{
color: #691941;
}
.AnyTagClassName
{
color: #691941;
}
</style>
background-color css
<style>
a { background-color: #691941; }
a { background-color: rgb(105,25,65); }
div.DivClassName
{
background-color: #691941;
}
.BgClassName
{
background-color: #691941;
}
</style>
border-color css
<style>
span { border-color: #691941; }
span { border-color: rgb(105,25,65); }
td.TdClassName
{
border-color: #691941;
}
.TagClassName
{
border-color: #691941;
}
</style>