Shades of Pompadour #69294B
Tints of Pompadour #69294B
RGB
CMYK
RGB Variations
Color information
#69294B (or 0x69294B) is known color: Pompadour. HEX triplet: 69, 29 and 4B. RGB value is (105,41,75). Sum of RGB (Red+Green+Blue) = 105+41+75=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #69294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69294B is #96D6B4. Grayscale: #3F3F3F. Windows color (decimal): -9885365 or 4925801. OLE color: 4925801.
HSL color Cylindrical-coordinate representation of color #69294B: hue angle of 328.12º 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 #69294B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 41 | 75 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.59 |
| HSL | 328.13º | 0.44% | 0.29% | - |
| HSV(B) | 328.13º | 0.61% | 0.41% | - |
| XYZ | 7.89 | 5.1 | 7.22 | - |
| YUV | 64.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 75 | 0 | 0.61 | 0.29 | 0.59 | 328.13 | 0.44 | 0.29 |
| Hex | 69 | 29 | 4B | 0 | 3D | 1D | 3B | 148 | 2C | 1D |
| Octal | 151 | 51 | 113 | 0 | 75 | 35 | 73 | 510 | 54 | 35 |
| Binary | 1101001 | 101001 | 1001011 | 0 | 111101 | 11101 | 111011 | 101001000 | 101100 | 11101 |
Color Harmonies of #69294B
Complementary color
Monochromatic Colors of #69294B
Black with #69294B
Text Example
Text Example
White with #69294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69294B; }
p { color: rgb(105,41,75); }
H1.HeaderClassName
{
color: #69294B;
}
.AnyTagClassName
{
color: #69294B;
}
</style>
background-color css
<style>
a { background-color: #69294B; }
a { background-color: rgb(105,41,75); }
div.DivClassName
{
background-color: #69294B;
}
.BgClassName
{
background-color: #69294B;
}
</style>
border-color css
<style>
span { border-color: #69294B; }
span { border-color: rgb(105,41,75); }
td.TdClassName
{
border-color: #69294B;
}
.TagClassName
{
border-color: #69294B;
}
</style>