Shades of Pompadour #69264A
Tints of Pompadour #69264A
RGB
CMYK
RGB Variations
Color information
#69264A (or 0x69264A) is known color: Pompadour. HEX triplet: 69, 26 and 4A. RGB value is (105,38,74). Sum of RGB (Red+Green+Blue) = 105+38+74=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #69264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69264A is #96D9B5. Grayscale: #3E3E3E. Windows color (decimal): -9886134 or 4859497. OLE color: 4859497.
HSL color Cylindrical-coordinate representation of color #69264A: hue angle of 327.76º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69264A is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 38 | 74 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.59 |
| HSL | 327.76º | 0.47% | 0.28% | - |
| HSV(B) | 327.76º | 0.64% | 0.41% | - |
| XYZ | 7.75 | 4.88 | 7.01 | - |
| YUV | 62.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 74 | 0 | 0.64 | 0.30 | 0.59 | 327.76 | 0.47 | 0.28 |
| Hex | 69 | 26 | 4A | 0 | 40 | 1E | 3B | 148 | 2F | 1C |
| Octal | 151 | 46 | 112 | 0 | 100 | 36 | 73 | 510 | 57 | 34 |
| Binary | 1101001 | 100110 | 1001010 | 0 | 1000000 | 11110 | 111011 | 101001000 | 101111 | 11100 |
Color Harmonies of #69264A
Complementary color
Monochromatic Colors of #69264A
Black with #69264A
Text Example
Text Example
White with #69264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69264A; }
p { color: rgb(105,38,74); }
H1.HeaderClassName
{
color: #69264A;
}
.AnyTagClassName
{
color: #69264A;
}
</style>
background-color css
<style>
a { background-color: #69264A; }
a { background-color: rgb(105,38,74); }
div.DivClassName
{
background-color: #69264A;
}
.BgClassName
{
background-color: #69264A;
}
</style>
border-color css
<style>
span { border-color: #69264A; }
span { border-color: rgb(105,38,74); }
td.TdClassName
{
border-color: #69264A;
}
.TagClassName
{
border-color: #69264A;
}
</style>