Shades of Pompadour #692C53
Tints of Pompadour #692C53
RGB
CMYK
RGB Variations
Color information
#692C53 (or 0x692C53) is known color: Pompadour. HEX triplet: 69, 2C and 53. RGB value is (105,44,83). Sum of RGB (Red+Green+Blue) = 105+44+83=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #692C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C53 is #96D3AC. Grayscale: #424242. Windows color (decimal): -9884589 or 5450857. OLE color: 5450857.
HSL color Cylindrical-coordinate representation of color #692C53: hue angle of 321.64º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #692C53 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 83 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.59 |
| HSL | 321.64º | 0.41% | 0.29% | - |
| HSV(B) | 321.64º | 0.58% | 0.41% | - |
| XYZ | 8.29 | 5.43 | 8.79 | - |
| YUV | 66.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 83 | 0 | 0.58 | 0.21 | 0.59 | 321.64 | 0.41 | 0.29 |
| Hex | 69 | 2C | 53 | 0 | 3A | 15 | 3B | 142 | 29 | 1D |
| Octal | 151 | 54 | 123 | 0 | 72 | 25 | 73 | 502 | 51 | 35 |
| Binary | 1101001 | 101100 | 1010011 | 0 | 111010 | 10101 | 111011 | 101000010 | 101001 | 11101 |
Color Harmonies of #692C53
Complementary color
Monochromatic Colors of #692C53
Black with #692C53
Text Example
Text Example
White with #692C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C53; }
p { color: rgb(105,44,83); }
H1.HeaderClassName
{
color: #692C53;
}
.AnyTagClassName
{
color: #692C53;
}
</style>
background-color css
<style>
a { background-color: #692C53; }
a { background-color: rgb(105,44,83); }
div.DivClassName
{
background-color: #692C53;
}
.BgClassName
{
background-color: #692C53;
}
</style>
border-color css
<style>
span { border-color: #692C53; }
span { border-color: rgb(105,44,83); }
td.TdClassName
{
border-color: #692C53;
}
.TagClassName
{
border-color: #692C53;
}
</style>