Shades of Pompadour #69254C
Tints of Pompadour #69254C
RGB
CMYK
RGB Variations
Color information
#69254C (or 0x69254C) is known color: Pompadour. HEX triplet: 69, 25 and 4C. RGB value is (105,37,76). Sum of RGB (Red+Green+Blue) = 105+37+76=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69254C is #96DAB3. Grayscale: #3D3D3D. Windows color (decimal): -9886388 or 4990313. OLE color: 4990313.
HSL color Cylindrical-coordinate representation of color #69254C: hue angle of 325.59º 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 #69254C is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 37 | 76 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.59 |
| HSL | 325.59º | 0.48% | 0.28% | - |
| HSV(B) | 325.59º | 0.65% | 0.41% | - |
| XYZ | 7.79 | 4.85 | 7.36 | - |
| YUV | 61.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 76 | 0 | 0.65 | 0.28 | 0.59 | 325.59 | 0.48 | 0.28 |
| Hex | 69 | 25 | 4C | 0 | 41 | 1C | 3B | 146 | 30 | 1C |
| Octal | 151 | 45 | 114 | 0 | 101 | 34 | 73 | 506 | 60 | 34 |
| Binary | 1101001 | 100101 | 1001100 | 0 | 1000001 | 11100 | 111011 | 101000110 | 110000 | 11100 |
Color Harmonies of #69254C
Complementary color
Monochromatic Colors of #69254C
Black with #69254C
Text Example
Text Example
White with #69254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69254C; }
p { color: rgb(105,37,76); }
H1.HeaderClassName
{
color: #69254C;
}
.AnyTagClassName
{
color: #69254C;
}
</style>
background-color css
<style>
a { background-color: #69254C; }
a { background-color: rgb(105,37,76); }
div.DivClassName
{
background-color: #69254C;
}
.BgClassName
{
background-color: #69254C;
}
</style>
border-color css
<style>
span { border-color: #69254C; }
span { border-color: rgb(105,37,76); }
td.TdClassName
{
border-color: #69254C;
}
.TagClassName
{
border-color: #69254C;
}
</style>