Shades of Pompadour #692149
Tints of Pompadour #692149
RGB
CMYK
RGB Variations
Color information
#692149 (or 0x692149) is known color: Pompadour. HEX triplet: 69, 21 and 49. RGB value is (105,33,73). Sum of RGB (Red+Green+Blue) = 105+33+73=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #692149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692149 is #96DEB6. Grayscale: #3B3B3B. Windows color (decimal): -9887415 or 4792681. OLE color: 4792681.
HSL color Cylindrical-coordinate representation of color #692149: hue angle of 326.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692149 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 73 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.59 |
| HSL | 326.67º | 0.52% | 0.27% | - |
| HSV(B) | 326.67º | 0.69% | 0.41% | - |
| XYZ | 7.57 | 4.57 | 6.79 | - |
| YUV | 59.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 73 | 0 | 0.69 | 0.30 | 0.59 | 326.67 | 0.52 | 0.27 |
| Hex | 69 | 21 | 49 | 0 | 45 | 1E | 3B | 147 | 34 | 1B |
| Octal | 151 | 41 | 111 | 0 | 105 | 36 | 73 | 507 | 64 | 33 |
| Binary | 1101001 | 100001 | 1001001 | 0 | 1000101 | 11110 | 111011 | 101000111 | 110100 | 11011 |
Color Harmonies of #692149
Complementary color
Monochromatic Colors of #692149
Black with #692149
Text Example
Text Example
White with #692149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692149; }
p { color: rgb(105,33,73); }
H1.HeaderClassName
{
color: #692149;
}
.AnyTagClassName
{
color: #692149;
}
</style>
background-color css
<style>
a { background-color: #692149; }
a { background-color: rgb(105,33,73); }
div.DivClassName
{
background-color: #692149;
}
.BgClassName
{
background-color: #692149;
}
</style>
border-color css
<style>
span { border-color: #692149; }
span { border-color: rgb(105,33,73); }
td.TdClassName
{
border-color: #692149;
}
.TagClassName
{
border-color: #692149;
}
</style>