Shades of Pompadour #692543
Tints of Pompadour #692543
RGB
CMYK
RGB Variations
Color information
#692543 (or 0x692543) is known color: Pompadour. HEX triplet: 69, 25 and 43. RGB value is (105,37,67). Sum of RGB (Red+Green+Blue) = 105+37+67=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #692543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692543 is #96DABC. Grayscale: #3C3C3C. Windows color (decimal): -9886397 or 4400489. OLE color: 4400489.
HSL color Cylindrical-coordinate representation of color #692543: hue angle of 333.53º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692543 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 37 | 67 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.59 |
| HSL | 333.53º | 0.48% | 0.28% | - |
| HSV(B) | 333.53º | 0.65% | 0.41% | - |
| XYZ | 7.5 | 4.73 | 5.83 | - |
| YUV | 60.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 67 | 0 | 0.65 | 0.36 | 0.59 | 333.53 | 0.48 | 0.28 |
| Hex | 69 | 25 | 43 | 0 | 41 | 24 | 3B | 14E | 30 | 1C |
| Octal | 151 | 45 | 103 | 0 | 101 | 44 | 73 | 516 | 60 | 34 |
| Binary | 1101001 | 100101 | 1000011 | 0 | 1000001 | 100100 | 111011 | 101001110 | 110000 | 11100 |
Color Harmonies of #692543
Complementary color
Monochromatic Colors of #692543
Black with #692543
Text Example
Text Example
White with #692543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692543; }
p { color: rgb(105,37,67); }
H1.HeaderClassName
{
color: #692543;
}
.AnyTagClassName
{
color: #692543;
}
</style>
background-color css
<style>
a { background-color: #692543; }
a { background-color: rgb(105,37,67); }
div.DivClassName
{
background-color: #692543;
}
.BgClassName
{
background-color: #692543;
}
</style>
border-color css
<style>
span { border-color: #692543; }
span { border-color: rgb(105,37,67); }
td.TdClassName
{
border-color: #692543;
}
.TagClassName
{
border-color: #692543;
}
</style>