Shades of Pompadour #69224A
Tints of Pompadour #69224A
RGB
CMYK
RGB Variations
Color information
#69224A (or 0x69224A) is known color: Pompadour. HEX triplet: 69, 22 and 4A. RGB value is (105,34,74). Sum of RGB (Red+Green+Blue) = 105+34+74=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #69224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69224A is #96DDB5. Grayscale: #3B3B3B. Windows color (decimal): -9887158 or 4858473. OLE color: 4858473.
HSL color Cylindrical-coordinate representation of color #69224A: hue angle of 326.2º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69224A is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 34 | 74 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.59 |
| HSL | 326.2º | 0.51% | 0.27% | - |
| HSV(B) | 326.2º | 0.68% | 0.41% | - |
| XYZ | 7.63 | 4.64 | 6.97 | - |
| YUV | 59.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 74 | 0 | 0.68 | 0.30 | 0.59 | 326.2 | 0.51 | 0.27 |
| Hex | 69 | 22 | 4A | 0 | 44 | 1E | 3B | 146 | 33 | 1B |
| Octal | 151 | 42 | 112 | 0 | 104 | 36 | 73 | 506 | 63 | 33 |
| Binary | 1101001 | 100010 | 1001010 | 0 | 1000100 | 11110 | 111011 | 101000110 | 110011 | 11011 |
Color Harmonies of #69224A
Complementary color
Monochromatic Colors of #69224A
Black with #69224A
Text Example
Text Example
White with #69224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69224A; }
p { color: rgb(105,34,74); }
H1.HeaderClassName
{
color: #69224A;
}
.AnyTagClassName
{
color: #69224A;
}
</style>
background-color css
<style>
a { background-color: #69224A; }
a { background-color: rgb(105,34,74); }
div.DivClassName
{
background-color: #69224A;
}
.BgClassName
{
background-color: #69224A;
}
</style>
border-color css
<style>
span { border-color: #69224A; }
span { border-color: rgb(105,34,74); }
td.TdClassName
{
border-color: #69224A;
}
.TagClassName
{
border-color: #69224A;
}
</style>