Shades of Pompadour #692B4B
Tints of Pompadour #692B4B
RGB
CMYK
RGB Variations
Color information
#692B4B (or 0x692B4B) is known color: Pompadour. HEX triplet: 69, 2B and 4B. RGB value is (105,43,75). Sum of RGB (Red+Green+Blue) = 105+43+75=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #692B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692B4B is #96D4B4. Grayscale: #414141. Windows color (decimal): -9884853 or 4926313. OLE color: 4926313.
HSL color Cylindrical-coordinate representation of color #692B4B: hue angle of 329.03º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #692B4B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 43 | 75 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.59 |
| HSL | 329.03º | 0.42% | 0.29% | - |
| HSV(B) | 329.03º | 0.59% | 0.41% | - |
| XYZ | 7.96 | 5.24 | 7.25 | - |
| YUV | 65.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 75 | 0 | 0.59 | 0.29 | 0.59 | 329.03 | 0.42 | 0.29 |
| Hex | 69 | 2B | 4B | 0 | 3B | 1D | 3B | 149 | 2A | 1D |
| Octal | 151 | 53 | 113 | 0 | 73 | 35 | 73 | 511 | 52 | 35 |
| Binary | 1101001 | 101011 | 1001011 | 0 | 111011 | 11101 | 111011 | 101001001 | 101010 | 11101 |
Color Harmonies of #692B4B
Complementary color
Monochromatic Colors of #692B4B
Black with #692B4B
Text Example
Text Example
White with #692B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692B4B; }
p { color: rgb(105,43,75); }
H1.HeaderClassName
{
color: #692B4B;
}
.AnyTagClassName
{
color: #692B4B;
}
</style>
background-color css
<style>
a { background-color: #692B4B; }
a { background-color: rgb(105,43,75); }
div.DivClassName
{
background-color: #692B4B;
}
.BgClassName
{
background-color: #692B4B;
}
</style>
border-color css
<style>
span { border-color: #692B4B; }
span { border-color: rgb(105,43,75); }
td.TdClassName
{
border-color: #692B4B;
}
.TagClassName
{
border-color: #692B4B;
}
</style>