Shades of Pompadour #692F50
Tints of Pompadour #692F50
RGB
CMYK
RGB Variations
Color information
#692F50 (or 0x692F50) is known color: Pompadour. HEX triplet: 69, 2F and 50. RGB value is (105,47,80). Sum of RGB (Red+Green+Blue) = 105+47+80=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #692F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692F50 is #96D0AF. Grayscale: #444444. Windows color (decimal): -9883824 or 5255017. OLE color: 5255017.
HSL color Cylindrical-coordinate representation of color #692F50: hue angle of 325.86º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #692F50 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 80 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.59 |
| HSL | 325.86º | 0.38% | 0.3% | - |
| HSV(B) | 325.86º | 0.55% | 0.41% | - |
| XYZ | 8.29 | 5.62 | 8.24 | - |
| YUV | 68.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 80 | 0 | 0.55 | 0.24 | 0.59 | 325.86 | 0.38 | 0.3 |
| Hex | 69 | 2F | 50 | 0 | 37 | 18 | 3B | 146 | 26 | 1E |
| Octal | 151 | 57 | 120 | 0 | 67 | 30 | 73 | 506 | 46 | 36 |
| Binary | 1101001 | 101111 | 1010000 | 0 | 110111 | 11000 | 111011 | 101000110 | 100110 | 11110 |
Color Harmonies of #692F50
Complementary color
Monochromatic Colors of #692F50
Black with #692F50
Text Example
Text Example
White with #692F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F50; }
p { color: rgb(105,47,80); }
H1.HeaderClassName
{
color: #692F50;
}
.AnyTagClassName
{
color: #692F50;
}
</style>
background-color css
<style>
a { background-color: #692F50; }
a { background-color: rgb(105,47,80); }
div.DivClassName
{
background-color: #692F50;
}
.BgClassName
{
background-color: #692F50;
}
</style>
border-color css
<style>
span { border-color: #692F50; }
span { border-color: rgb(105,47,80); }
td.TdClassName
{
border-color: #692F50;
}
.TagClassName
{
border-color: #692F50;
}
</style>