Shades of Pompadour #691C3E
Tints of Pompadour #691C3E
RGB
CMYK
RGB Variations
Color information
#691C3E (or 0x691C3E) is known color: Pompadour. HEX triplet: 69, 1C and 3E. RGB value is (105,28,62). Sum of RGB (Red+Green+Blue) = 105+28+62=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #691C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C3E is #96E3C1. Grayscale: #363636. Windows color (decimal): -9888706 or 4070505. OLE color: 4070505.
HSL color Cylindrical-coordinate representation of color #691C3E: hue angle of 333.51º 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 #691C3E is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 62 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.59 |
| HSL | 333.51º | 0.58% | 0.26% | - |
| HSV(B) | 333.51º | 0.73% | 0.41% | - |
| XYZ | 7.11 | 4.18 | 4.99 | - |
| YUV | 54.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 62 | 0 | 0.73 | 0.41 | 0.59 | 333.51 | 0.58 | 0.26 |
| Hex | 69 | 1C | 3E | 0 | 49 | 29 | 3B | 14E | 3A | 1A |
| Octal | 151 | 34 | 76 | 0 | 111 | 51 | 73 | 516 | 72 | 32 |
| Binary | 1101001 | 11100 | 111110 | 0 | 1001001 | 101001 | 111011 | 101001110 | 111010 | 11010 |
Color Harmonies of #691C3E
Complementary color
Monochromatic Colors of #691C3E
Black with #691C3E
Text Example
Text Example
White with #691C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C3E; }
p { color: rgb(105,28,62); }
H1.HeaderClassName
{
color: #691C3E;
}
.AnyTagClassName
{
color: #691C3E;
}
</style>
background-color css
<style>
a { background-color: #691C3E; }
a { background-color: rgb(105,28,62); }
div.DivClassName
{
background-color: #691C3E;
}
.BgClassName
{
background-color: #691C3E;
}
</style>
border-color css
<style>
span { border-color: #691C3E; }
span { border-color: rgb(105,28,62); }
td.TdClassName
{
border-color: #691C3E;
}
.TagClassName
{
border-color: #691C3E;
}
</style>