Shades of Pompadour #692D4C
Tints of Pompadour #692D4C
RGB
CMYK
RGB Variations
Color information
#692D4C (or 0x692D4C) is known color: Pompadour. HEX triplet: 69, 2D and 4C. RGB value is (105,45,76). Sum of RGB (Red+Green+Blue) = 105+45+76=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #692D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D4C is #96D2B3. Grayscale: #424242. Windows color (decimal): -9884340 or 4992361. OLE color: 4992361.
HSL color Cylindrical-coordinate representation of color #692D4C: hue angle of 329º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D4C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 76 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.59 |
| HSL | 329º | 0.4% | 0.29% | - |
| HSV(B) | 329º | 0.57% | 0.41% | - |
| XYZ | 8.07 | 5.4 | 7.45 | - |
| YUV | 66.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 76 | 0 | 0.57 | 0.28 | 0.59 | 329 | 0.4 | 0.29 |
| Hex | 69 | 2D | 4C | 0 | 39 | 1C | 3B | 149 | 28 | 1D |
| Octal | 151 | 55 | 114 | 0 | 71 | 34 | 73 | 511 | 50 | 35 |
| Binary | 1101001 | 101101 | 1001100 | 0 | 111001 | 11100 | 111011 | 101001001 | 101000 | 11101 |
Color Harmonies of #692D4C
Complementary color
Monochromatic Colors of #692D4C
Black with #692D4C
Text Example
Text Example
White with #692D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D4C; }
p { color: rgb(105,45,76); }
H1.HeaderClassName
{
color: #692D4C;
}
.AnyTagClassName
{
color: #692D4C;
}
</style>
background-color css
<style>
a { background-color: #692D4C; }
a { background-color: rgb(105,45,76); }
div.DivClassName
{
background-color: #692D4C;
}
.BgClassName
{
background-color: #692D4C;
}
</style>
border-color css
<style>
span { border-color: #692D4C; }
span { border-color: rgb(105,45,76); }
td.TdClassName
{
border-color: #692D4C;
}
.TagClassName
{
border-color: #692D4C;
}
</style>