Shades of Pompadour #69244A
Tints of Pompadour #69244A
RGB
CMYK
RGB Variations
Color information
#69244A (or 0x69244A) is known color: Pompadour. HEX triplet: 69, 24 and 4A. RGB value is (105,36,74). Sum of RGB (Red+Green+Blue) = 105+36+74=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #69244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69244A is #96DBB5. Grayscale: #3C3C3C. Windows color (decimal): -9886646 or 4858985. OLE color: 4858985.
HSL color Cylindrical-coordinate representation of color #69244A: hue angle of 326.96º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69244A is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 36 | 74 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.59 |
| HSL | 326.96º | 0.49% | 0.28% | - |
| HSV(B) | 326.96º | 0.66% | 0.41% | - |
| XYZ | 7.69 | 4.76 | 6.99 | - |
| YUV | 60.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 74 | 0 | 0.66 | 0.30 | 0.59 | 326.96 | 0.49 | 0.28 |
| Hex | 69 | 24 | 4A | 0 | 42 | 1E | 3B | 147 | 31 | 1C |
| Octal | 151 | 44 | 112 | 0 | 102 | 36 | 73 | 507 | 61 | 34 |
| Binary | 1101001 | 100100 | 1001010 | 0 | 1000010 | 11110 | 111011 | 101000111 | 110001 | 11100 |
Color Harmonies of #69244A
Complementary color
Monochromatic Colors of #69244A
Black with #69244A
Text Example
Text Example
White with #69244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69244A; }
p { color: rgb(105,36,74); }
H1.HeaderClassName
{
color: #69244A;
}
.AnyTagClassName
{
color: #69244A;
}
</style>
background-color css
<style>
a { background-color: #69244A; }
a { background-color: rgb(105,36,74); }
div.DivClassName
{
background-color: #69244A;
}
.BgClassName
{
background-color: #69244A;
}
</style>
border-color css
<style>
span { border-color: #69244A; }
span { border-color: rgb(105,36,74); }
td.TdClassName
{
border-color: #69244A;
}
.TagClassName
{
border-color: #69244A;
}
</style>