Shades of Pompadour #692E51
Tints of Pompadour #692E51
RGB
CMYK
RGB Variations
Color information
#692E51 (or 0x692E51) is known color: Pompadour. HEX triplet: 69, 2E and 51. RGB value is (105,46,81). Sum of RGB (Red+Green+Blue) = 105+46+81=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #692E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E51 is #96D1AE. Grayscale: #434343. Windows color (decimal): -9884079 or 5320297. OLE color: 5320297.
HSL color Cylindrical-coordinate representation of color #692E51: hue angle of 324.41º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #692E51 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 81 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.59 |
| HSL | 324.41º | 0.39% | 0.3% | - |
| HSV(B) | 324.41º | 0.56% | 0.41% | - |
| XYZ | 8.29 | 5.55 | 8.42 | - |
| YUV | 67.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 81 | 0 | 0.56 | 0.23 | 0.59 | 324.41 | 0.39 | 0.3 |
| Hex | 69 | 2E | 51 | 0 | 38 | 17 | 3B | 144 | 27 | 1E |
| Octal | 151 | 56 | 121 | 0 | 70 | 27 | 73 | 504 | 47 | 36 |
| Binary | 1101001 | 101110 | 1010001 | 0 | 111000 | 10111 | 111011 | 101000100 | 100111 | 11110 |
Color Harmonies of #692E51
Complementary color
Monochromatic Colors of #692E51
Black with #692E51
Text Example
Text Example
White with #692E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E51; }
p { color: rgb(105,46,81); }
H1.HeaderClassName
{
color: #692E51;
}
.AnyTagClassName
{
color: #692E51;
}
</style>
background-color css
<style>
a { background-color: #692E51; }
a { background-color: rgb(105,46,81); }
div.DivClassName
{
background-color: #692E51;
}
.BgClassName
{
background-color: #692E51;
}
</style>
border-color css
<style>
span { border-color: #692E51; }
span { border-color: rgb(105,46,81); }
td.TdClassName
{
border-color: #692E51;
}
.TagClassName
{
border-color: #692E51;
}
</style>