Shades of Pompadour #69174C
Tints of Pompadour #69174C
RGB
CMYK
RGB Variations
Color information
#69174C (or 0x69174C) is known color: Pompadour. HEX triplet: 69, 17 and 4C. RGB value is (105,23,76). Sum of RGB (Red+Green+Blue) = 105+23+76=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69174C is #96E8B3. Grayscale: #353535. Windows color (decimal): -9889972 or 4986729. OLE color: 4986729.
HSL color Cylindrical-coordinate representation of color #69174C: hue angle of 321.22º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69174C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 76 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.59 |
| HSL | 321.22º | 0.64% | 0.25% | - |
| HSV(B) | 321.22º | 0.78% | 0.41% | - |
| XYZ | 7.44 | 4.14 | 7.24 | - |
| YUV | 53.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 76 | 0 | 0.78 | 0.28 | 0.59 | 321.22 | 0.64 | 0.25 |
| Hex | 69 | 17 | 4C | 0 | 4E | 1C | 3B | 141 | 40 | 19 |
| Octal | 151 | 27 | 114 | 0 | 116 | 34 | 73 | 501 | 100 | 31 |
| Binary | 1101001 | 10111 | 1001100 | 0 | 1001110 | 11100 | 111011 | 101000001 | 1000000 | 11001 |
Color Harmonies of #69174C
Complementary color
Monochromatic Colors of #69174C
Black with #69174C
Text Example
Text Example
White with #69174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69174C; }
p { color: rgb(105,23,76); }
H1.HeaderClassName
{
color: #69174C;
}
.AnyTagClassName
{
color: #69174C;
}
</style>
background-color css
<style>
a { background-color: #69174C; }
a { background-color: rgb(105,23,76); }
div.DivClassName
{
background-color: #69174C;
}
.BgClassName
{
background-color: #69174C;
}
</style>
border-color css
<style>
span { border-color: #69174C; }
span { border-color: rgb(105,23,76); }
td.TdClassName
{
border-color: #69174C;
}
.TagClassName
{
border-color: #69174C;
}
</style>