Shades of Pompadour #69294D
Tints of Pompadour #69294D
RGB
CMYK
RGB Variations
Color information
#69294D (or 0x69294D) is known color: Pompadour. HEX triplet: 69, 29 and 4D. RGB value is (105,41,77). Sum of RGB (Red+Green+Blue) = 105+41+77=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69294D is #96D6B2. Grayscale: #404040. Windows color (decimal): -9885363 or 5056873. OLE color: 5056873.
HSL color Cylindrical-coordinate representation of color #69294D: hue angle of 326.25º 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 #69294D is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 41 | 77 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.59 |
| HSL | 326.25º | 0.44% | 0.29% | - |
| HSV(B) | 326.25º | 0.61% | 0.41% | - |
| XYZ | 7.96 | 5.12 | 7.59 | - |
| YUV | 64.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 77 | 0 | 0.61 | 0.27 | 0.59 | 326.25 | 0.44 | 0.29 |
| Hex | 69 | 29 | 4D | 0 | 3D | 1B | 3B | 146 | 2C | 1D |
| Octal | 151 | 51 | 115 | 0 | 75 | 33 | 73 | 506 | 54 | 35 |
| Binary | 1101001 | 101001 | 1001101 | 0 | 111101 | 11011 | 111011 | 101000110 | 101100 | 11101 |
Color Harmonies of #69294D
Complementary color
Monochromatic Colors of #69294D
Black with #69294D
Text Example
Text Example
White with #69294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69294D; }
p { color: rgb(105,41,77); }
H1.HeaderClassName
{
color: #69294D;
}
.AnyTagClassName
{
color: #69294D;
}
</style>
background-color css
<style>
a { background-color: #69294D; }
a { background-color: rgb(105,41,77); }
div.DivClassName
{
background-color: #69294D;
}
.BgClassName
{
background-color: #69294D;
}
</style>
border-color css
<style>
span { border-color: #69294D; }
span { border-color: rgb(105,41,77); }
td.TdClassName
{
border-color: #69294D;
}
.TagClassName
{
border-color: #69294D;
}
</style>