Shades of Pompadour #69294E
Tints of Pompadour #69294E
RGB
CMYK
RGB Variations
Color information
#69294E (or 0x69294E) is known color: Pompadour. HEX triplet: 69, 29 and 4E. RGB value is (105,41,78). Sum of RGB (Red+Green+Blue) = 105+41+78=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #69294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69294E is #96D6B1. Grayscale: #404040. Windows color (decimal): -9885362 or 5122409. OLE color: 5122409.
HSL color Cylindrical-coordinate representation of color #69294E: hue angle of 325.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69294E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 41 | 78 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.59 |
| HSL | 325.31º | 0.44% | 0.29% | - |
| HSV(B) | 325.31º | 0.61% | 0.41% | - |
| XYZ | 7.99 | 5.14 | 7.78 | - |
| YUV | 64.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 78 | 0 | 0.61 | 0.26 | 0.59 | 325.31 | 0.44 | 0.29 |
| Hex | 69 | 29 | 4E | 0 | 3D | 1A | 3B | 145 | 2C | 1D |
| Octal | 151 | 51 | 116 | 0 | 75 | 32 | 73 | 505 | 54 | 35 |
| Binary | 1101001 | 101001 | 1001110 | 0 | 111101 | 11010 | 111011 | 101000101 | 101100 | 11101 |
Color Harmonies of #69294E
Complementary color
Monochromatic Colors of #69294E
Black with #69294E
Text Example
Text Example
White with #69294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69294E; }
p { color: rgb(105,41,78); }
H1.HeaderClassName
{
color: #69294E;
}
.AnyTagClassName
{
color: #69294E;
}
</style>
background-color css
<style>
a { background-color: #69294E; }
a { background-color: rgb(105,41,78); }
div.DivClassName
{
background-color: #69294E;
}
.BgClassName
{
background-color: #69294E;
}
</style>
border-color css
<style>
span { border-color: #69294E; }
span { border-color: rgb(105,41,78); }
td.TdClassName
{
border-color: #69294E;
}
.TagClassName
{
border-color: #69294E;
}
</style>