Shades of Pompadour #69173E
Tints of Pompadour #69173E
RGB
CMYK
RGB Variations
Color information
#69173E (or 0x69173E) is known color: Pompadour. HEX triplet: 69, 17 and 3E. RGB value is (105,23,62). Sum of RGB (Red+Green+Blue) = 105+23+62=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #69173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69173E is #96E8C1. Grayscale: #333333. Windows color (decimal): -9889986 or 4069225. OLE color: 4069225.
HSL color Cylindrical-coordinate representation of color #69173E: hue angle of 331.46º 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 #69173E is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 62 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.59 |
| HSL | 331.46º | 0.64% | 0.25% | - |
| HSV(B) | 331.46º | 0.78% | 0.41% | - |
| XYZ | 7 | 3.96 | 4.95 | - |
| YUV | 51.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 62 | 0 | 0.78 | 0.41 | 0.59 | 331.46 | 0.64 | 0.25 |
| Hex | 69 | 17 | 3E | 0 | 4E | 29 | 3B | 14B | 40 | 19 |
| Octal | 151 | 27 | 76 | 0 | 116 | 51 | 73 | 513 | 100 | 31 |
| Binary | 1101001 | 10111 | 111110 | 0 | 1001110 | 101001 | 111011 | 101001011 | 1000000 | 11001 |
Color Harmonies of #69173E
Complementary color
Monochromatic Colors of #69173E
Black with #69173E
Text Example
Text Example
White with #69173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69173E; }
p { color: rgb(105,23,62); }
H1.HeaderClassName
{
color: #69173E;
}
.AnyTagClassName
{
color: #69173E;
}
</style>
background-color css
<style>
a { background-color: #69173E; }
a { background-color: rgb(105,23,62); }
div.DivClassName
{
background-color: #69173E;
}
.BgClassName
{
background-color: #69173E;
}
</style>
border-color css
<style>
span { border-color: #69173E; }
span { border-color: rgb(105,23,62); }
td.TdClassName
{
border-color: #69173E;
}
.TagClassName
{
border-color: #69173E;
}
</style>