Shades of Pompadour #69254A
Tints of Pompadour #69254A
RGB
CMYK
RGB Variations
Color information
#69254A (or 0x69254A) is known color: Pompadour. HEX triplet: 69, 25 and 4A. RGB value is (105,37,74). Sum of RGB (Red+Green+Blue) = 105+37+74=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69254A is #96DAB5. Grayscale: #3D3D3D. Windows color (decimal): -9886390 or 4859241. OLE color: 4859241.
HSL color Cylindrical-coordinate representation of color #69254A: hue angle of 327.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69254A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 37 | 74 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.59 |
| HSL | 327.35º | 0.48% | 0.28% | - |
| HSV(B) | 327.35º | 0.65% | 0.41% | - |
| XYZ | 7.72 | 4.82 | 7 | - |
| YUV | 61.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 74 | 0 | 0.65 | 0.30 | 0.59 | 327.35 | 0.48 | 0.28 |
| Hex | 69 | 25 | 4A | 0 | 41 | 1E | 3B | 147 | 30 | 1C |
| Octal | 151 | 45 | 112 | 0 | 101 | 36 | 73 | 507 | 60 | 34 |
| Binary | 1101001 | 100101 | 1001010 | 0 | 1000001 | 11110 | 111011 | 101000111 | 110000 | 11100 |
Color Harmonies of #69254A
Complementary color
Monochromatic Colors of #69254A
Black with #69254A
Text Example
Text Example
White with #69254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69254A; }
p { color: rgb(105,37,74); }
H1.HeaderClassName
{
color: #69254A;
}
.AnyTagClassName
{
color: #69254A;
}
</style>
background-color css
<style>
a { background-color: #69254A; }
a { background-color: rgb(105,37,74); }
div.DivClassName
{
background-color: #69254A;
}
.BgClassName
{
background-color: #69254A;
}
</style>
border-color css
<style>
span { border-color: #69254A; }
span { border-color: rgb(105,37,74); }
td.TdClassName
{
border-color: #69254A;
}
.TagClassName
{
border-color: #69254A;
}
</style>